]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Wed, 7 Feb 2007 01:01:37 +0000 (01:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 7 Feb 2007 01:01:37 +0000 (01:01 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index dd45cf0f862641fc09cdfb4076019b0174277b89..a6b97ccb9231dc50fe00c3f3fb41ccdf63ed23fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2007, PHP 5.2.2
+
 08 Feb 2007, PHP 5.2.1
 - Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia). 
 - Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
index a491a702fbb28c8962bfad8c76c7b152f3727569..ab45c10ba06fe399c4fb42cdb60e6aecbd6ff2cc 100644 (file)
@@ -43,8 +43,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=2
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+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 d2e8383a1d63bd9a58cc7e1938d920406762e384..679375d09af08d80bbb5b425c09d1e087e9fcfea 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 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.2.1"
-#define PHP_VERSION_ID 50201
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.2-dev"
+#define PHP_VERSION_ID 50202