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

webworks commit: [CB-1918] - tagging bb

Updated Branches:
  refs/heads/master 6f8f6a76a -> 9090a6984


[CB-1918] - tagging bb


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

Branch: refs/heads/master
Commit: 9090a69841752abb5e06128ff9c5cdec48dc266b
Parents: 6f8f6a7
Author: Tim Kim <ti...@adobe.com>
Authored: Tue Nov 27 14:21:06 2012 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Tue Nov 27 14:21:06 2012 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 .../ext/src/org/apache/cordova/device/Device.java  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/9090a698/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index ccbccc3..d2a7ed1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0
+2.3.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/9090a698/framework/ext/src/org/apache/cordova/device/Device.java
----------------------------------------------------------------------
diff --git a/framework/ext/src/org/apache/cordova/device/Device.java b/framework/ext/src/org/apache/cordova/device/Device.java
index 25320f3..4ab5f20 100644
--- a/framework/ext/src/org/apache/cordova/device/Device.java
+++ b/framework/ext/src/org/apache/cordova/device/Device.java
@@ -53,7 +53,7 @@ public final class Device extends Plugin {
 				JSONObject device = new JSONObject();
 				device.put( FIELD_PLATFORM, "BlackBerry");
 				device.put( FIELD_UUID, new Integer( DeviceInfo.getDeviceId()) );
-				device.put( FIELD_CORDOVA, "2.2.0" );
+				device.put( FIELD_CORDOVA, "2.3.0rc1" );
 				device.put( FIELD_NAME, new String(DeviceInfo.getDeviceName()) );
 				device.put( FIELD_VERSION, new String(DeviceInfo.getSoftwareVersion()) );
 				result = new PluginResult(PluginResult.Status.OK, device);