diff options
author | Johannes Schlüter <johannes@php.net> | 2010-02-12 00:20:28 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-02-12 00:20:28 +0000 |
commit | 1cd9bf1b91085dce5492990df2e82914dd10202c (patch) | |
tree | 2f7f2f6021b9894df59c30ddefd2bc2a4d76e539 | |
parent | e70bbee4d5187f391062b4ef5e9bb596200fbb5d (diff) | |
download | php-git-1cd9bf1b91085dce5492990df2e82914dd10202c.tar.gz |
5.3.2RC2
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 20??, PHP 5.3.2 RC 2 +12 Feb 2010, PHP 5.3.2 RC 2 - Upgraded bundled sqlite to version 3.6.22. (Ilia) - Upgraded bundled libmagic to version 5.03. (Mikko) diff --git a/configure.in b/configure.in index 1af7f7005b..b5e69f29ec 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=2 -PHP_EXTRA_VERSION="RC2-dev" +PHP_EXTRA_VERSION="RC2" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index b5cf8dc06c..5e96b50eed 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.3.2RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.3.2RC2" #define PHP_VERSION_ID 50302 |