summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-06-18 21:01:03 +0000
committerJohannes Schlüter <johannes@php.net>2009-06-18 21:01:03 +0000
commitff1bf7f766ab6f2d3fa20862c5fb20ab14db2c29 (patch)
tree6d25db889b0c3d6ad055cc186c662ae54591bfe0
parent645226d19b0860404201c902665f043e6143149b (diff)
downloadphp-git-ff1bf7f766ab6f2d3fa20862c5fb20ab14db2c29.tar.gz
5.3.0 RC 4
-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 d5e7fd5f83..fbdcf87356 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.3.0 RC 4
+18 Jun 2009, PHP 5.3.0 RC 4
- Upgraded bundled sqlite to version 3.6.15. (Scott)
- Added phar.phar generation for Windows. (Greg)
diff --git a/configure.in b/configure.in
index 8d8cc2c173..04d311276c 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=0
-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 bbab73c261..8a172b83b5 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 0
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.3.0RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.3.0RC4"
#define PHP_VERSION_ID 50300