From 016f5a952b5f9a4e8d49ea02235f3ad9a312a759 Mon Sep 17 00:00:00 2001 From: phpnut Date: Mon, 9 Jul 2007 06:47:28 +0000 Subject: [PATCH] Merging changes into the trunk: Revision: [5426] * Disabling AuthTest until code is wrote to use temporary tables git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5427 3807eeeb-6ff5-0310-8944-8be069107fe0 --- 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 7f406c67b..bf71e0e7f 100644 --- a/cake/VERSION.txt +++ b/cake/VERSION.txt @@ -6,4 +6,4 @@ // +---------------------------------------------------------------------------------------------------+ // /////////////////////////////////////////////////////////////////////////////////////////////////////////// -1.2.0.5425alpha \ No newline at end of file +1.2.0.5427alpha \ No newline at end of file diff --git a/cake/config/config.php b/cake/config/config.php index cf936459c..a26f6d7b7 100644 --- a/cake/config/config.php +++ b/cake/config/config.php @@ -24,5 +24,5 @@ * @lastmodified $Date$ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ -$config['Cake.version'] = '1.2.0.5425alpha'; +$config['Cake.version'] = '1.2.0.5427alpha'; ?> \ No newline at end of file