You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/03/13 21:06:14 UTC

ios commit: Update version to 4.0.0-dev

Repository: cordova-ios
Updated Branches:
  refs/heads/4.0.x 2a64bbfec -> 9f49f5d36


Update version to 4.0.0-dev


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

Branch: refs/heads/4.0.x
Commit: 9f49f5d3657b46b88ed120d046503d7bf846dd47
Parents: 2a64bbf
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 13 13:06:15 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 13 13:06:15 2015 -0700

----------------------------------------------------------------------
 CordovaLib/cordova.js                 | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9f49f5d3/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 47dae96..35dbc89 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '3.9.0-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.0.0-dev';
 // file: src/scripts/require.js
 
 /*jshint -W079 */

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9f49f5d3/bin/templates/scripts/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index b10a59c..736fbc4 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -25,6 +25,6 @@
     Note: it does not work if the --shared option was used to create the project.
 */
 
-var VERSION="3.9.0-dev"
+var VERSION="4.0.0-dev"
 
 console.log(VERSION);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org