http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e4a28848/example/www/cordova-current.js ---------------------------------------------------------------------- diff --git a/example/www/cordova-current.js b/example/www/cordova-current.js index 0fc71cd..48a27bb 100644 --- a/example/www/cordova-current.js +++ b/example/www/cordova-current.js @@ -1,7 +1,7 @@  (function(){ -var VERSION = '2.7.0rc1', +var VERSION = '2.7.0', currentScript = 'cordova-' + VERSION + '.js', scripts = document.getElementsByTagName('script');
http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e4a28848/framework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/framework/Properties/AssemblyInfo.cs b/framework/Properties/AssemblyInfo.cs index 4bd18fd..62c7964 100644 --- a/framework/Properties/AssemblyInfo.cs +++ b/framework/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPCordovaClassLib")] -[assembly: AssemblyDescription("2.7.0rc1")] +[assembly: AssemblyDescription("2.7.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")] http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e4a28848/templates/standalone/Plugins/Device.cs ---------------------------------------------------------------------- diff --git a/templates/standalone/Plugins/Device.cs b/templates/standalone/Plugins/Device.cs index b6713a2..07100ae 100644 --- a/templates/standalone/Plugins/Device.cs +++ b/templates/standalone/Plugins/Device.cs @@ -73,7 +73,7 @@ namespace WPCordovaClassLib.Cordova.Commands get { // TODO: should be able to dynamically read the Cordova version from somewhere... - return "2.7.0rc1"; + return "2.7.0"; } } http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/e4a28848/templates/standalone/VERSION ---------------------------------------------------------------------- diff --git a/templates/standalone/VERSION b/templates/standalone/VERSION index 6093dc4..9aa3464 100644 --- a/templates/standalone/VERSION +++ b/templates/standalone/VERSION @@ -1 +1 @@ -2.7.0rc1 \ No newline at end of file +2.7.0 \ No newline at end of file
