From: Ilia Alshanetsky Date: Thu, 25 Mar 2004 13:57:01 +0000 (+0000) Subject: Go with 4.3.5 X-Git-Tag: php-4.3.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3263cdd42eeb0b5e3af2ec36ecca0eed26f20204;p=php Go with 4.3.5 --- diff --git a/configure.in b/configure.in index 0ee0b9858b..5397709f57 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=5 -EXTRA_VERSION="RC5-dev" +EXTRA_VERSION="" 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 42b0832e7e..eb6bff6b44 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 5 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "4.3.5RC5-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.3.5"