From 4965ab5bdc43c1fbec974ea8a4b4add1a90bf16c Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 3 Nov 2009 19:52:03 -0500 Subject: [PATCH] Updating version numbers for 1.3.0-alpha --- cake/VERSION.txt | 2 +- cake/config/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/VERSION.txt b/cake/VERSION.txt index 21634dae2fd..cf90295bdc8 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -17,4 +17,4 @@ // @license MIT License (http://www.opensource.org/licenses/mit-license.php) // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -1.3.0.0 \ No newline at end of file +1.3.0-alpha \ No newline at end of file diff --git a/cake/config/config.php b/cake/config/config.php index 8671c403c98..754b623ae00 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -19,5 +19,5 @@ * @since CakePHP(tm) v 1.1.11.4062 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ -return $config['Cake.version'] = '1.3.0'; +return $config['Cake.version'] = '1.3.0-alpha'; ?>