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 2013/12/04 23:20:50 UTC

[1/2] ios commit: Set VERSION to 3.4.0-dev (via coho)

Updated Branches:
  refs/heads/master 5dec9cced -> cdb5dea24


Set VERSION to 3.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: 1e6d4085eb08ea000a835d3025ffe4d0c3c9e91e
Parents: 5dec9cc
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 4 14:19:03 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 4 14:19:03 2013 -0800

----------------------------------------------------------------------
 CordovaLib/VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/1e6d4085/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 6d7d659..688932a 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.3.0-dev
+3.4.0-dev


[2/2] ios commit: Update JS snapshot to version 3.4.0-dev (via coho)

Posted by sh...@apache.org.
Update JS snapshot to version 3.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: cdb5dea24bc1922fd868c4126f7d47760e7445b9
Parents: 1e6d408
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 4 14:19:07 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 4 14:19:07 2013 -0800

----------------------------------------------------------------------
 CordovaLib/cordova.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cdb5dea2/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 903ff1a..08abcd9 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// 3.3.0-dev-c9de1bc
+// 3.4.0-dev-c13f84f
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var CORDOVA_JS_BUILD_LABEL = '3.3.0-dev-c9de1bc';
+var CORDOVA_JS_BUILD_LABEL = '3.4.0-dev-c13f84f';
 // file: lib/scripts/require.js
 
 /*jshint -W079 */
@@ -507,7 +507,7 @@ function include(parent, objects, clobber, merge) {
                 include(result, obj.children, clobber, merge);
             }
         } catch(e) {
-            utils.alert('Exception building cordova JS globals: ' + e + ' for key "' + key + '"');
+            utils.alert('Exception building Cordova JS globals: ' + e + ' for key "' + key + '"');
         }
     });
 }