]> granicus.if.org Git - php/commitdiff
- Roll 5.0.1
authorAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 20:39:36 +0000 (20:39 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 12 Aug 2004 20:39:36 +0000 (20:39 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index edce988878377f7bca0152289dd7fe5d0fb1ce4f..5f9068acc1a615a81d24abda210f30ca70879a2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, PHP 5.0.1
-
-11 Aug 2004, PHP 5.0.1RC2
+12 Aug 2004, PHP 5.0.1
 - Changed destructor mechanism so that destructors are called prior to request
   shutdown. (Marcus)
 - Rewritten UNIX and Windows install help files. (Documentation Team)
index 5252cbefe4d521977b62ad72bdb26e2b31992828..513734c449c627aa38dfdf2be22911ecf2c550be 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.1-dev"
+#define ZEND_VERSION "2.0.1"
 
 #define ZEND_ENGINE_2
 
index 3a417526635e720040deb0655cadea9d7e43e59a..143cbfd11a39392d34388f844b773785e008f9e9 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=1
-EXTRA_VERSION="-dev"
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 651a74426255f750d53ca9e7e8dd16a29d98bd37..5b763e3879114ea95561911bd42ec1a72cbcce86 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.1-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.0.1"