summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-11-12 15:42:52 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-11-12 15:42:52 +0000
commit6880bcc31955577753afbbd331240622e8adde23 (patch)
treecd7f0acd04edc79a82511990cd8b063af00202cb
parent84543c1ee7ab84c233578365d2a96794466e5d3c (diff)
downloadphp-git-6880bcc31955577753afbbd331240622e8adde23.tar.gz
5.2.12RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 35e4c7337e..adb16b55a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Dec 2009, PHP 5.2.12
+12 Nov 2009, PHP 5.2.12RC1
- Updated timezone database to version 2009.18 (2009r). (Derick)
- Added "max_file_uploads" INI directive, which can be set to limit the
diff --git a/configure.in b/configure.in
index 6d9873aa7e..aeb0a08186 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=2
PHP_RELEASE_VERSION=12
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
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 473ba21013..7818b6f932 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 12
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.12-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.12RC1"
#define PHP_VERSION_ID 50212