From: Ilia Alshanetsky Date: Sun, 2 Nov 2003 23:12:02 +0000 (+0000) Subject: back to dev. X-Git-Tag: php-4.3.5RC1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3af4920403c791bedee195e35e0d3b9c75848a7f;p=php back to dev. --- diff --git a/configure.in b/configure.in index 37b3f1a719..caaddc8baa 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=4 -EXTRA_VERSION="" +RELEASE_VERSION=5 +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 166e505646..ca30ffa149 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 4 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "4.3.4" +#define PHP_RELEASE_VERSION 5 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "4.3.5-dev"