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 2012/05/26 00:12:41 UTC

[2/2] webos commit: update to 1.8.0

update to 1.8.0


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

Branch: refs/heads/master
Commit: 1a4db1493c09f2d13747b738424de0e73e2979ac
Parents: 0973663
Author: hermwong <he...@gmail.com>
Authored: Fri May 25 14:40:18 2012 -0700
Committer: hermwong <he...@gmail.com>
Committed: Fri May 25 14:40:18 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/1a4db149/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 6a5f5d3..ea7520b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ OPEN = open
 ECHO = echo
 ECHO_N = echo -n
 JAVA = java
-PGVERSION = 1.7.0
+PGVERSION = 1.8.0
 UNAME := $(shell uname)
 
 NAME = `$(CAT) framework/appinfo.json | $(GREP) '"id"' | $(CUT) -d \" -f 4`

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/1a4db149/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 9dbb0c0..afa2b35 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.0
\ No newline at end of file
+1.8.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/1a4db149/framework/index.html
----------------------------------------------------------------------
diff --git a/framework/index.html b/framework/index.html
index aa99888..7390ace 100644
--- a/framework/index.html
+++ b/framework/index.html
@@ -16,7 +16,7 @@
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<title>cordova WebOS</title>
 	
-	<script type="text/javascript" src="cordova-1.7.0.js"></script>   
+	<script type="text/javascript" src="cordova-1.8.0.js"></script>   
 	<script type="text/javascript">
 		// create global var for sqlite database instance
 		var db;