]> granicus.if.org Git - php/commitdiff
Restore dev
authorIlia Alshanetsky <iliaa@php.net>
Wed, 26 Apr 2006 16:07:11 +0000 (16:07 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 26 Apr 2006 16:07:11 +0000 (16:07 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index cd87b877cf2ef2c3650b874b4e29aa78f7076cfc..60154813c7e94c4784e3e3ab05b91be0ed5ada8b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-27 Apr 2006, PHP 5.1.3
+?? ??? 2006, PHP 5.2.0
+
+28 Apr 2006, PHP 5.1.3
 - Updated bundled PCRE library to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)
index 0cc7c678e0db954b6cbdd171158ce000e709db91..91c937df636612722dae06880b9f56938fd928c1 100644 (file)
@@ -40,9 +40,9 @@ PHP_CANONICAL_HOST_TARGET
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=1
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+MINOR_VERSION=2
+RELEASE_VERSION=0
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index ca898822bf9077220e6b417048b775388861cf27..40c21ea777a97c361d49661a5f55817c0ebac2df 100644 (file)
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
-#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.3"
+#define PHP_MINOR_VERSION 2
+#define PHP_RELEASE_VERSION 0
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.2.0-dev"