]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 9 Mar 2006 14:22:59 +0000 (14:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 9 Mar 2006 14:22:59 +0000 (14:22 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 6f2078fa08c8241e9b677acf3074d632716f9fdf..f4f61aaa9182cbdf17f3a03943879d53e8cec1d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Mar 2006, PHP 5.1.3RC2
+
 09 Mar 2006, PHP 5.1.3RC1
 - Updated PCRE to version 6.6. (Andrei)
 - Moved extensions to PECL:
index 51e5ea025d6a1e8b77284c96bc6deaf2e4ec5a34..796c040193fbef767f7d1426b969d579c195a6c8 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=3
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3a5dacd00e701a562afa872b797b9899c528ea5c..1d9f4335d1d81246b0a7414d70efbb23be1e826a 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.1.3RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.1.3RC2-dev"