From: Ilia Alshanetsky Date: Mon, 5 Apr 2004 15:43:52 +0000 (+0000) Subject: Back to dev. X-Git-Tag: php-4.3.6RC3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a6f9ab5c08d488a9f1528f4ad0c30965339bc31;p=php Back to dev. --- diff --git a/configure.in b/configure.in index e48643871b..39d3e31cfb 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=6 -EXTRA_VERSION="RC2" +EXTRA_VERSION="RC3-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 0977ee1d1d..d8a2cf1cbc 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 6 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "4.3.6RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "4.3.6RC3-dev"