Преглед изворни кода

Version bump

1.12.4dev



git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25292 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew пре 13 година
родитељ
комит
ce368caef6
2 измењених фајлова са 4 додато и 13 уклоњено
  1. 3 12
      README.txt
  2. 1 1
      library/Zend/Version.php

+ 3 - 12
README.txt

@@ -2,21 +2,12 @@ Welcome to the Zend Framework 1.12 Release!
 
 RELEASE INFORMATION
 ---------------
-Zend Framework 1.12.3 Release ([INSERT REV NUM HERE]).
-Released on March 13, 2013
+Zend Framework 1.12.4dev Release ([INSERT REV NUM HERE]).
+Released on MMMMM DD, YYYY
 
-IMPORTANT FIXES FOR 1.12.3
+IMPORTANT FIXES FOR 1.12.4
 --------------------------
 
-This release incorporates is primarily aimed to update
-Zend_Service_Twitter to the Twitter v1.1 API:
-
- - http://framework.zend.com/issues/browse/ZF-12530
-
-Because the Twitter v1.1 API is not backwards compatible with v1.0, the
-API for Zend_Service_Twitter has been changed; if you have been using it
-previously, you will need to update your code accordingly. Both the
-end-user and API documentation have been updated to reflect the changes.
 
 NEW FEATURES
 ============

+ 1 - 1
library/Zend/Version.php

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