]> granicus.if.org Git - php/commitdiff
Create a 5.3.1 release branch
authorJohannes Schlüter <johannes@php.net>
Thu, 3 Sep 2009 21:30:56 +0000 (21:30 +0000)
committerJohannes Schlüter <johannes@php.net>
Thu, 3 Sep 2009 21:30:56 +0000 (21:30 +0000)
# details on process will follow on internals

NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index cc7c9c1abdfde88acb6aeefdefad70c48277b7cf..8c194496ad05186df96399fd332371dd4391be62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.3.1
+03 Sep 2009, PHP 5.3.1 RC1
 - Upgraded bundled sqlite to version 3.6.17. (Scott)
 
 - Added missing sanity checks around exif processing. (Ilia)
index f543fa5e83181ea6ad427134eec8f7ce4c854269..51eca450d158fb356d584c4afb5401771483acb6 100644 (file)
@@ -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="-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`
 
index 00b37e3437f7ef632c030b968606b8d3e0cfef68..9bbb9470e82e7ddc53c800e825ef59077bb4266f 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.3.1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.1RC1"
 #define PHP_VERSION_ID 50301