]> granicus.if.org Git - php/commitdiff
Roll RC1
authorZeev Suraski <zeev@php.net>
Tue, 16 Aug 2005 10:59:56 +0000 (10:59 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 16 Aug 2005 10:59:56 +0000 (10:59 +0000)
NEWS
configure.in
main/php_version.h

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