]> granicus.if.org Git - php/commitdiff
Back to -dev
authorStanislav Malyshev <stas@php.net>
Sun, 19 Jun 2011 20:15:33 +0000 (20:15 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 19 Jun 2011 20:15:33 +0000 (20:15 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 41e964bfce081f48a40ca853ef5e16fcff594efb..9de5c97c0e1d5460332de2348ebafd0154afb2b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-20 Jun 2011, PHP 5.4.0 Alpha 1
+?? ??? 2011, PHP 5.4.0
 - autoconf 2.59+ is now supported (and required) for generating the
   configure script with ./buildconf. Autoconf 2.60+ is desirable
   otherwise the configure help order may be incorrect.  (Rasmus, Chris Jones)
index 81927276ae6b1ce73f6714376e11374d2fc3e059..c1d37f281a997e957a6e7f08f40e5144904ab8c1 100644 (file)
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=4
 PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="alpha1"
+PHP_EXTRA_VERSION="alpha2-dev"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
 
index e01d1fb2c92d7f4529eb2522babb316501c9071e..2c182b2bb5432476cfb91301f1dd775cc69cdc91 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "alpha1"
-#define PHP_VERSION "5.4.0alpha1"
+#define PHP_EXTRA_VERSION "alpha2-dev"
+#define PHP_VERSION "5.4.0alpha2-dev"
 #define PHP_VERSION_ID 50400