From: Ilia Alshanetsky Date: Sun, 24 Aug 2003 19:30:16 +0000 (+0000) Subject: Set 4.3.3 version bit. X-Git-Tag: php-4.3.3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0d22f195bbb4246fa91277652fab41987b62d81;p=php Set 4.3.3 version bit. --- diff --git a/configure.in b/configure.in index 7da4c64e23..3577d04411 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=3 -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 553690d5ec..4273dce04e 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 3 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "4.3.3RC5-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.3.3"