]> granicus.if.org Git - php/commitdiff
- Roll PHP 5.0.0
authorAndi Gutmans <andi@php.net>
Tue, 13 Jul 2004 19:05:31 +0000 (19:05 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 13 Jul 2004 19:05:31 +0000 (19:05 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 3661984d17cb3833f4ca5a7a537444f005c5d8d9..cf43e284626ce62937125003d267a918284f43d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jul 2004, PHP 5.0.0
+13 Jul 2004, PHP 5.0.0
 - Updated PCRE to provide better error handling in certain cases. (Andrei)
 - Changed doc comments to require a single white space after '/**'. (Marcus)
 - Fixed bug #29019 (Database not closing). (Marcus)
index 040d4b768eebc60c28e3512a78d575358f8c392a..3bee7b576b555532dd8025af2d09ff91b8d7d8d6 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0-dev"
+#define ZEND_VERSION "2.0.0"
 
 #define ZEND_ENGINE_2
 
index 26f76027a480f76976bd8f6bf4a2cddc9b970677..d38988da5317eeda4a68823d045a2daf1229a2c3 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-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 3d13b2abe60ed2cc50296336145f01e8f036ac70..7081beca695e1c7837c03503180d03b15e6fadef 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.0.0-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.0.0"