summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-09-03 12:14:58 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-09-03 12:14:58 +0000
commita2c78531df562600d7b69d9f7a8a90b5c49af33b (patch)
tree18bdbc2325b45e6c383afec3859a80bf5f39e695
parent79868f856603d3cf4e8f0aff7c5e1303c8f1ecd7 (diff)
downloadphp-git-a2c78531df562600d7b69d9f7a8a90b5c49af33b.tar.gz
5.2.11RC2
-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 9b942862cf..e06e78048b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.2.11
+03 Sep 2009, PHP 5.2.11RC2
- Added missing sanity checks around exif processing (Ilia)
- Fixed sanity check for the color index in imagecolortransparent. (Pierre)
diff --git a/configure.in b/configure.in
index 39e522bece..3cec534f14 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=11
-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 f8cdecb044..5db0ba97f6 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 11
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.11RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.11RC2"
#define PHP_VERSION_ID 50211