From: Andi Gutmans Date: Mon, 7 Jun 2004 18:57:34 +0000 (+0000) Subject: - Go back to -dev (Shouldn't need another RC) X-Git-Tag: php-5.0.0~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bdbbd379e45885da0aecdfea4f9f999b9eec5c7;p=php - Go back to -dev (Shouldn't need another RC) --- diff --git a/NEWS b/NEWS index 2f37e815dd..69c63851ab 100644 --- 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) diff --git a/Zend/zend.h b/Zend/zend.h index c8bf875051..040d4b768e 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -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 diff --git a/configure.in b/configure.in index f68d27fbb2..26f76027a4 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/main/php_version.h b/main/php_version.h index 683fcbcb22..3d13b2abe6 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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"