]> granicus.if.org Git - php/commitdiff
5.1.0RC5
authorIlia Alshanetsky <iliaa@php.net>
Wed, 16 Nov 2005 14:18:11 +0000 (14:18 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 16 Nov 2005 14:18:11 +0000 (14:18 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 0c423798fb93f107e8138453812134f7fc89aa66..bf2af37a4489e98ecc14bf846a758b942e0a4fa3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Nov 2005, PHP 5.1
+16 Nov 2005, PHP 5.1 Release Candidate 5
 - Changed type hints to allow "null" as default value for class and array.
   (Marcus, Derick, Dmitry)
 - Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
index 73c546da03588e51b389d8b511cafadfa66d03c7..b3b7074e1e8d778303380433ced716138ac80277 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION="RC5"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 60293fac082be7e11fea8ccba3b682ed68e44f91..f6e5a60e73389b9094388b21f8b8d471efe1fec8 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.1.0RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.1.0RC5"