Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7DBA9182 for ; Wed, 24 Oct 2012 19:54:06 +0000 (UTC) Received: (qmail 76971 invoked by uid 500); 24 Oct 2012 19:54:06 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 76948 invoked by uid 500); 24 Oct 2012 19:54:06 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 76874 invoked by uid 99); 24 Oct 2012 19:54:06 -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, 24 Oct 2012 19:54:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7352B4EF2A; Wed, 24 Oct 2012 19:54:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] bada commit: bumping version Message-Id: <20121024195406.7352B4EF2A@tyr.zones.apache.org> Date: Wed, 24 Oct 2012 19:54:06 +0000 (UTC) bumping version Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/commit/e815027d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/tree/e815027d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/diff/e815027d Branch: refs/heads/master Commit: e815027d93f8adb6c97ba7c7b482dc611452b3a9 Parents: fbce43f Author: Anis Kadri Authored: Mon Oct 15 15:19:17 2012 -0700 Committer: Anis Kadri Committed: Mon Oct 15 15:19:17 2012 -0700 ---------------------------------------------------------------------- VERSION | 2 +- src/Device.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/e815027d/VERSION ---------------------------------------------------------------------- diff --git a/VERSION b/VERSION index 7ec1d6d..bdc2ab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0rc1 http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada/blob/e815027d/src/Device.cpp ---------------------------------------------------------------------- diff --git a/src/Device.cpp b/src/Device.cpp index d927e8b..39e9110 100755 --- a/src/Device.cpp +++ b/src/Device.cpp @@ -69,7 +69,7 @@ Device::SetDeviceInfo() { if(r == E_SUCCESS) { String res; - res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'2.1.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); + res.Format(1024, L"window.device={platform:'bada',version:'%S',name:'n/a',cordova:'2.2.0',uuid:'%S'}", platformVersion.GetPointer(), imei.GetPointer()); //AppLogDebug("%S", res.GetPointer()); pWeb->EvaluateJavascriptN(res); }