You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/02/20 08:22:39 UTC

qt commit: Updating Qt JS, VERSION to 2.5.0rc1

Updated Branches:
  refs/heads/master eb874aaa6 -> ca7c54c47


Updating Qt JS, VERSION to 2.5.0rc1


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

Branch: refs/heads/master
Commit: ca7c54c47359e70bdad72b8899278eaa06efe764
Parents: eb874aa
Author: Anis Kadri <an...@gmail.com>
Authored: Tue Feb 19 23:20:33 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Tue Feb 19 23:20:33 2013 -0800

----------------------------------------------------------------------
 VERSION                |    2 +-
 src/plugins/device.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-qt/blob/ca7c54c4/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 197c4d5..aa0822f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
+2.5.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-qt/blob/ca7c54c4/src/plugins/device.cpp
----------------------------------------------------------------------
diff --git a/src/plugins/device.cpp b/src/plugins/device.cpp
index d26a7f8..52302e6 100644
--- a/src/plugins/device.cpp
+++ b/src/plugins/device.cpp
@@ -28,7 +28,7 @@
 
 #include <QDebug>
 
-#define CORDOVA "2.4.0"
+#define CORDOVA "2.5.0rc1"
 
 #ifdef QTM_NAMESPACE
 QTM_USE_NAMESPACE