]> granicus.if.org Git - php/commitdiff
- Back to 5.0.2-dev
authorAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 20:53:19 +0000 (20:53 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 20:53:19 +0000 (20:53 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 5f9068acc1a615a81d24abda210f30ca70879a2e..ca80d8ae16b7a0cbb76273530cadf712e06a63c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5.0.2
+
 12 Aug 2004, PHP 5.0.1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
index 513734c449c627aa38dfdf2be22911ecf2c550be..ab797d6ed5b20591e440b41447be6958fa6f6f02 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.1"
+#define ZEND_VERSION "2.0.2-dev"
 
 #define ZEND_ENGINE_2
 
index 143cbfd11a39392d34388f844b773785e008f9e9..49aa4c4c1fb1dfb98c40de41d50a2e12f95087b1 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
 MINOR_VERSION=0
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 5b763e3879114ea95561911bd42ec1a72cbcce86..89b95332b6311af41e2beccf1b1b2c133fbe1159 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.1"
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.2-dev"