You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/01/21 23:27:18 UTC

[1/4] webos commit: update version to 2.4.0

update version to 2.4.0


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

Branch: refs/heads/master
Commit: 675a6e9456cf2fea131ef30ff72d06266dcf26ad
Parents: 65fa7c6
Author: hermwong <he...@gmail.com>
Authored: Mon Jan 21 14:16:07 2013 -0800
Committer: hermwong <he...@gmail.com>
Committed: Mon Jan 21 14:23:28 2013 -0800

----------------------------------------------------------------------
 Makefile             |    2 +-
 VERSION              |    2 +-
 framework/index.html |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-webos/blob/675a6e94/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 2aaedd5..048d115 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ OPEN = open
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 2.3.0
+PGVERSION = 2.4.0
 UNAME := $(shell uname)
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`

http://git-wip-us.apache.org/repos/asf/cordova-webos/blob/675a6e94/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index cc6612c..9183195 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
\ No newline at end of file
+2.4.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-webos/blob/675a6e94/framework/index.html
----------------------------------------------------------------------
diff --git a/framework/index.html b/framework/index.html
index 92b61be..a6a5ff3 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.3.0.js"></script>
+        <script type="text/javascript" src="cordova-2.4.0.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();