merge fixes to trunk and updating version number

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7945 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2008-12-19 02:16:01 +00:00
parent e2c087f34b
commit 0e458ff30b
2 changed files with 2 additions and 2 deletions

View file

@ -6,4 +6,4 @@
// +---------------------------------------------------------------------------------------------------+ //
///////////////////////////////////////////////////////////////////////////////////////////////////////////
1.2.0.7692 RC3
1.2.0.7945 RC4

View file

@ -22,5 +22,5 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
return $config['Cake.version'] = '1.2.0.7692 RC3';
return $config['Cake.version'] = '1.2.0.7945 RC4';
?>