]> granicus.if.org Git - php/commitdiff
Go back to dev
authorZeev Suraski <zeev@php.net>
Tue, 16 Aug 2005 12:01:42 +0000 (12:01 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 16 Aug 2005 12:01:42 +0000 (12:01 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 566010451d062a439645c7bf790a2e4898fc45d7..af32db5f40856b3042074a0d7d510395d52b9769 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-16 Aug 2005, PHP 5.1 Release Candidate 1
+?? Aug 2005, PHP 5.1 Release Candidate 2
 - Removed XML_RPC pear package from distribution and made ext/xmlrpc mandatory
   for pear. (Rasmus)
 - Updated bundled libraries in Windows distribution. (Edin)
index b5793d00dfad7d0d68dd5852564c5376f082485d..ac5a97ac69024261a5bf44ed30602ab7d76d3c89 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index af5afda3edf74eb6fbee8830cb9982e3d803fccc..eefa06de776db7c4389d5dcfda0c97181c152db5 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 "RC1"
-#define PHP_VERSION "5.1.0RC1"
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.0-dev"