]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2005 15:30:26 +0000 (15:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 14 Oct 2005 15:30:26 +0000 (15:30 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 83c71a02117f02b08e841fc329fa87d9b0cfeeeb..2b43c886f933c6f86e25fc235ec6f81fe95a878c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Oct 2005, PHP 5.1 Release Candidate 3
+
 14 Oct 2005, PHP 5.1 Release Candidate 2
 - Changed SQLite extension to be a shared module in Windows distribution.
   (Edin)
index ce920cba39c7b0c4c92c6d5f7b3710a84e0c0027..ba4f038802ec3cdf85f8ae02a07a75a581f07f8e 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"
+EXTRA_VERSION="RC3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 58854cc6cb8997d40a75ad74b395f3a485b5ce89..efd4e98acf0dd75962b8e107886eae6ed3120755 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"
-#define PHP_VERSION "5.1.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.1.0RC3-dev"