Browse Source

[RELEASE] Updated version strings to stable

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25049 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 13 years ago
parent
commit
d9750c6857
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.txt
  2. 1 1
      library/Zend/Version.php

+ 1 - 1
README.txt

@@ -2,7 +2,7 @@ Welcome to the Zend Framework 1.12 Release!
 
 RELEASE INFORMATION
 ---------------
-Zend Framework 1.12rc4 Release ([INSERT REV NUM HERE]).
+Zend Framework 1.12.0 Release ([INSERT REV NUM HERE]).
 Released on <Month> <Day>, <Year>.
 
 SECURITY FIXES FOR 1.12.0

+ 1 - 1
library/Zend/Version.php

@@ -32,7 +32,7 @@ final class Zend_Version
     /**
      * Zend Framework version identification - see compareVersion()
      */
-    const VERSION = '1.12.0rc4';
+    const VERSION = '1.12.0';
 
     /**
      * The latest stable version Zend Framework available