]> granicus.if.org Git - php/commitdiff
Prepare for 5.1RC2
authorIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2005 13:36:35 +0000 (13:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2005 13:36:35 +0000 (13:36 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 03d9d1e6f0d84e6f1910ff5abee70aacc5880337..83c71a02117f02b08e841fc329fa87d9b0cfeeeb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2005, PHP 5.1 Release Candidate 2
+14 Oct 2005, PHP 5.1 Release Candidate 2
 - Changed SQLite extension to be a shared module in Windows distribution.
   (Edin)
 - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
index 8142462cd65be54a66c8674d432ab7f5369453ab..ce920cba39c7b0c4c92c6d5f7b3710a84e0c0027 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 7d5c86f842d5ef6100206ca6d7fc904f4d3b5e23..58854cc6cb8997d40a75ad74b395f3a485b5ce89 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 "RC2-dev"
-#define PHP_VERSION "5.1.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.1.0RC2"