You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/03/09 01:11:56 UTC

ios commit: Fixed clobbered {VERSION} parameter in release notes.

Updated Branches:
  refs/heads/master d279bf97e -> c858e4944


Fixed clobbered {VERSION} parameter in release notes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/c858e494
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c858e494
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/c858e494

Branch: refs/heads/master
Commit: c858e49444b680264f49f82ed10d72eca9cec619
Parents: d279bf9
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 8 16:11:48 2012 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 8 16:11:48 2012 -0800

----------------------------------------------------------------------
 CordovaInstaller/docs/releasenotes.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/c858e494/CordovaInstaller/docs/releasenotes.md
----------------------------------------------------------------------
diff --git a/CordovaInstaller/docs/releasenotes.md b/CordovaInstaller/docs/releasenotes.md
index cd8ba83..106328a 100644
--- a/CordovaInstaller/docs/releasenotes.md
+++ b/CordovaInstaller/docs/releasenotes.md
@@ -1,7 +1,7 @@
-## Release Notes for Cordova (1.5.0rc1)  ##
+## Release Notes for Cordova ({VERSION})  ##
   
 Cordova is a static library and static framework that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through an Xcode project template.
-### 1.5.0r (20120302) ###
+### 1.5.0 (20120302) ###
 
 * Fix NSLog crash in CDVWhitelist.m - parameter order reversed
 * Updated the Upgrade Guide for 1.4.1