From: Ilia Alshanetsky Date: Sun, 24 Aug 2003 20:43:19 +0000 (+0000) Subject: Back to dev X-Git-Tag: php-4.3.4RC1~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2ee8d0edb4af9863876b92c83b49711677c0a4e;p=php Back to dev --- diff --git a/configure.in b/configure.in index 3577d04411..6d7833c774 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=3 -EXTRA_VERSION="" +RELEASE_VERSION=4 +EXTRA_VERSION="RC1-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 4273dce04e..03c706ec31 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.3.3" +#define PHP_RELEASE_VERSION 4 +#define PHP_EXTRA_VERSION "RC1-dev" +#define PHP_VERSION "4.3.3RC1-dev"