]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Mon, 30 Oct 2006 23:08:30 +0000 (23:08 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 30 Oct 2006 23:08:30 +0000 (23:08 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index cbce558fa3ee2d4bafc89b1266ac8f36cf81e239..8670b54f8fa2fa108cd77ae75d11e6c847f08c78 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2007, PHP 5.2.1
+
 02 Nov 2006, PHP 5.2.0
 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
 - Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
index 0fa3e3da2275e72128b7b9dfb3dc7b1e8974df9b..750544feac3581762e4d1d2de13803d8f17fdd2c 100644 (file)
@@ -43,8 +43,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+EXTRA_VERSION="-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 73c11eac6463b3b00bfa6dede19b71a26c1a945b..7dba35c2c14c640d5a6f8499ff434d68cd7de9f6 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.0"
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.1-dev"
 #define PHP_VERSION_ID 50200