Skip to content

Commit db099e7

Browse files
committed
Preparing for 2.4.0
1 parent fcc01bc commit db099e7

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0rc2
1+
2.4.0

bin/templates/project/assets/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>Apache Cordova</h1>
3333
<p class="event received">Device is Ready</p>
3434
</div>
3535
</div>
36-
<script type="text/javascript" src="cordova-2.4.0rc2.js"></script>
36+
<script type="text/javascript" src="cordova-2.4.0.js"></script>
3737
<script type="text/javascript" src="js/index.js"></script>
3838
<script type="text/javascript">
3939
app.initialize();

framework/assets/js/cordova.android.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Platform: android
22

3-
// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
3+
// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221
44

5-
// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
5+
// File generated at :: Mon Feb 04 2013 10:59:03 GMT-0800 (PST)
66

77
/*
88
Licensed to the Apache Software Foundation (ASF) under one
@@ -1665,6 +1665,7 @@ module.exports = {
16651665
CELL_2G: "2g",
16661666
CELL_3G: "3g",
16671667
CELL_4G: "4g",
1668+
CELL:"cellular",
16681669
NONE: "none"
16691670
};
16701671

framework/assets/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<html>
2020
<head>
2121
<title></title>
22-
<script src="cordova-2.4.0rc2.js"></script>
22+
<script src="cordova-2.4.0.js"></script>
2323
</head>
2424
<body>
2525

framework/src/org/apache/cordova/Device.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3939
public class Device extends CordovaPlugin {
4040
public static final String TAG = "Device";
4141

42-
public static String cordovaVersion = "2.4.0rc2"; // Cordova version
42+
public static String cordovaVersion = "2.4.0"; // Cordova version
4343
public static String platform = "Android"; // Device OS
4444
public static String uuid; // Device UUID
4545

0 commit comments

Comments
 (0)