From: Derick Rethans Date: Tue, 13 Jul 2004 12:58:49 +0000 (+0000) Subject: - Bump version numbers in the PHP_4_3 branch. X-Git-Tag: php-4.3.9RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2419d2e170af64427d752720d96de95dcf9a0a31;p=php - Bump version numbers in the PHP_4_3 branch. --- diff --git a/configure.in b/configure.in index 08fa0728b5..7f4d918212 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=8 +RELEASE_VERSION=9 EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" diff --git a/main/php_version.h b/main/php_version.h index a62ef6d178..037724a289 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 8 +#define PHP_RELEASE_VERSION 9 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.8-dev" +#define PHP_VERSION "4.3.9-dev"