3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-01 06:30:06 +08:00

Incrementing versions and updating code

This commit is contained in:
Joe Bowser 2013-06-25 14:11:30 -07:00
parent e01678da93
commit 6aff54be76
3 changed files with 4 additions and 4 deletions
VERSION
framework
assets/www
src/org/apache/cordova

View File

@ -1 +1 @@
2.9.0rc1
2.9.0

View File

@ -1,5 +1,5 @@
// Platform: android
// 2.9.0rc1-0-g002f33d
// 2.9.0-0-g83dc4bd
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var CORDOVA_JS_BUILD_LABEL = '2.9.0rc1-0-g002f33d';
var CORDOVA_JS_BUILD_LABEL = '2.9.0-0-g83dc4bd';
// file: lib/scripts/require.js
var require,

View File

@ -38,7 +38,7 @@ import android.telephony.TelephonyManager;
public class Device extends CordovaPlugin {
public static final String TAG = "Device";
public static String cordovaVersion = "2.9.0rc1"; // Cordova version
public static String cordovaVersion = "2.9.0"; // Cordova version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID