]> granicus.if.org Git - php/commitdiff
- Go back to -dev (Shouldn't need another RC)
authorAndi Gutmans <andi@php.net>
Mon, 7 Jun 2004 18:57:34 +0000 (18:57 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 7 Jun 2004 18:57:34 +0000 (18:57 +0000)
NEWS
Zend/zend.h
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 2f37e815ddfa4d0d581b769598a198f9f171c1c7..69c63851abe98ba3f03d87f1dc350713c162cc1e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jul 2004, PHP 5.0.0
+
 7 Jun 2004, PHP 5 Release Candidate 3
 - Moved the PDFLib extension to PECL. (Wez)
 - Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)
index c8bf8750514572cb2b99e3e46e08b6b269788692..040d4b768eebc60c28e3512a78d575358f8c392a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "2.0.0RC3"
+#define ZEND_VERSION "2.0.0-dev"
 
 #define ZEND_ENGINE_2
 
index f68d27fbb2356f493d363bb4d081dc5ea6cf1a9a..26f76027a480f76976bd8f6bf4a2cddc9b970677 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 683fcbcb22cda7719b0a213b06da836f66eceafd..3d13b2abe60ed2cc50296336145f01e8f036ac70 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 "RC3"
-#define PHP_VERSION "5.0.0RC3"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.0-dev"