You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/02/04 21:31:48 UTC

[5/7] wp7 commit: update version number in various files

update version number in various files


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/a307fae3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/a307fae3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/a307fae3

Branch: refs/heads/master
Commit: a307fae3ddcfb5c825e5d06f257c8b51fc892b69
Parents: 99fa6ce
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Feb 4 11:28:12 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Feb 4 11:28:12 2013 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 templates/description.txt                          |    2 +-
 templates/full/VERSION                             |    2 +-
 templates/standalone/VERSION                       |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a307fae3/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 6f905f8..9183195 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a307fae3/templates/description.txt
----------------------------------------------------------------------
diff --git a/templates/description.txt b/templates/description.txt
index 484d994..af1934a 100644
--- a/templates/description.txt
+++ b/templates/description.txt
@@ -1,4 +1,4 @@
 CordovaStarter
 
-Starter project for building a Cordova app for Windows Phone version: 2.4.0rc2
+Starter project for building a Cordova app for Windows Phone version: 2.4.0
 

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a307fae3/templates/full/VERSION
----------------------------------------------------------------------
diff --git a/templates/full/VERSION b/templates/full/VERSION
index 6f905f8..9183195 100644
--- a/templates/full/VERSION
+++ b/templates/full/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a307fae3/templates/standalone/VERSION
----------------------------------------------------------------------
diff --git a/templates/standalone/VERSION b/templates/standalone/VERSION
index 6f905f8..9183195 100644
--- a/templates/standalone/VERSION
+++ b/templates/standalone/VERSION
@@ -1 +1 @@
-2.4.0rc2
\ No newline at end of file
+2.4.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/a307fae3/templates/standalone/cordovalib/Commands/Device.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/Device.cs b/templates/standalone/cordovalib/Commands/Device.cs
index f970401..c07c6f1 100644
--- a/templates/standalone/cordovalib/Commands/Device.cs
+++ b/templates/standalone/cordovalib/Commands/Device.cs
@@ -73,7 +73,7 @@ namespace WPCordovaClassLib.Cordova.Commands
             get
             {
                 // TODO: should be able to dynamically read the Cordova version from somewhere...
-                return "2.4.0rc2";
+                return "2.4.0";
             }
         }