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/01/21 23:27:48 UTC

qt commit: updating version

Updated Branches:
  refs/heads/master b34e260c7 -> d6477ead4


updating version


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

Branch: refs/heads/master
Commit: d6477ead49edcc6796980ac6e85929b7177abc6c
Parents: b34e260
Author: Anis Kadri <an...@gmail.com>
Authored: Mon Jan 21 14:27:32 2013 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon Jan 21 14:27:32 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/d6477ead/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 276cbf9..2eca156 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0rc1

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