Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58A84E125 for ; Wed, 20 Feb 2013 23:13:03 +0000 (UTC) Received: (qmail 59270 invoked by uid 500); 20 Feb 2013 23:13:03 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 59186 invoked by uid 500); 20 Feb 2013 23:13:03 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 59162 invoked by uid 99); 20 Feb 2013 23:13:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 23:13:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ECAD382D8A2; Wed, 20 Feb 2013 23:13:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: purplecabbage@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [13/16] 2.5.0rc1 release prep Message-Id: <20130220231302.ECAD382D8A2@tyr.zones.apache.org> Date: Wed, 20 Feb 2013 23:13:02 +0000 (UTC) http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/example/www/cordova-current.js ---------------------------------------------------------------------- diff --git a/example/www/cordova-current.js b/example/www/cordova-current.js index eac289f..97f0357 100644 --- a/example/www/cordova-current.js +++ b/example/www/cordova-current.js @@ -1,7 +1,7 @@  (function(){ -var VERSION = '2.4.0', +var VERSION = '2.5.0', currentScript = 'cordova-' + VERSION + '.js', scripts = document.getElementsByTagName('script'); http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/framework/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/framework/Properties/AssemblyInfo.cs b/framework/Properties/AssemblyInfo.cs index f649641..b213a50 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.4.0")] +[assembly: AssemblyDescription("2.5.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Apache Cordova")] [assembly: AssemblyProduct("WPCordovaClassLib")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.4.0")] -[assembly: AssemblyFileVersion("2.4.0")] +[assembly: AssemblyVersion("2.5.0")] +[assembly: AssemblyFileVersion("2.5.0")] http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/custom/CordovaAppProj.csproj ---------------------------------------------------------------------- diff --git a/templates/custom/CordovaAppProj.csproj b/templates/custom/CordovaAppProj.csproj index c4ee430..1cbdc94 100644 --- a/templates/custom/CordovaAppProj.csproj +++ b/templates/custom/CordovaAppProj.csproj @@ -92,7 +92,7 @@ - + http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/templates/custom/VERSION ---------------------------------------------------------------------- diff --git a/templates/custom/VERSION b/templates/custom/VERSION index 9183195..fad066f 100644 --- a/templates/custom/VERSION +++ b/templates/custom/VERSION @@ -1 +1 @@ -2.4.0 \ No newline at end of file +2.5.0 \ No newline at end of file