]> granicus.if.org Git - php/commitdiff
- GO with RC2.
authorDerick Rethans <derick@php.net>
Fri, 1 Jul 2005 09:54:01 +0000 (09:54 +0000)
committerDerick Rethans <derick@php.net>
Fri, 1 Jul 2005 09:54:01 +0000 (09:54 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 280ac44d58f508978a31257e06aab3c19a05d3cd..eb22c8dab22f16e4e97889f4118a77c76f519e36 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, Version 4.4.0
+01 Jul 2005, Version 4.4.0 RC2
 - Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
 - Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
 
index ff8b8c486d3d778cb24be53b69da776a4202393a..d5f3a1dc14e832fbbd5a556439b965325b861d02 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 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 abb3e52906ac5b0d8d3698dfeea9d97352ee4b6d..415d722c136dfe4e0f690c2633d42c5d3820e9f0 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.0RC2"