summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-11-12 15:09:20 +0000
committerJohannes Schlüter <johannes@php.net>2009-11-12 15:09:20 +0000
commit5aaebd65a498c44d5f09f3376d8dec9650fc67f4 (patch)
tree9500a7c3f0e56a55d3d07fec56f2b4a4e2cc36c8
parentb8635add77f674bf01af4073ce385584ea852589 (diff)
downloadphp-git-5aaebd65a498c44d5f09f3376d8dec9650fc67f4.tar.gz
5.3.1RC4
-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 e3e3142b0a..227ff795a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.3.1 RC4
+12 Nov 2009, PHP 5.3.1 RC4
- Fixed bug #50063 (safe_mode_include_dir fails). (Johannes, christian at
elmerot dot se)
diff --git a/configure.in b/configure.in
index a535b38f42..5eaa6a36c1 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=1
-PHP_EXTRA_VERSION="RC4-dev"
+PHP_EXTRA_VERSION="RC4"
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 32f29ada0b..0b9b4e9524 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 1
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.3.1RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.3.1RC4"
#define PHP_VERSION_ID 50301