From: Andrei Zmievski Date: Thu, 14 Nov 2002 19:16:30 +0000 (+0000) Subject: Back to 4.3.0-dev. X-Git-Tag: php-4.3.0RC2~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea17af230af7317939745d7dfe0eac024e6a6630;p=php Back to 4.3.0-dev. --- diff --git a/configure.in b/configure.in index b8dafbc257..b93005648e 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=0 -EXTRA_VERSION="RC1" +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 7c235013a1..70294a012d 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "4.3.0RC1" +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.3.0-dev"