From: Ilia Alshanetsky Date: Wed, 16 Nov 2005 15:41:59 +0000 (+0000) Subject: back to dev X-Git-Tag: php-5.1.0RC6~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1a8fde76a33146123bb5a345cfc4a85f91431cc;p=php back to dev --- diff --git a/configure.in b/configure.in index b3b7074e1e..e649a92585 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=1 RELEASE_VERSION=0 -EXTRA_VERSION="RC5" +EXTRA_VERSION="RC6-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 f6e5a60e73..5a81893748 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC5" -#define PHP_VERSION "5.1.0RC5" +#define PHP_EXTRA_VERSION "RC6-dev" +#define PHP_VERSION "5.1.0RC6-dev"