]> granicus.if.org Git - php/commitdiff
- Back to -dev.
authorDerick Rethans <derick@php.net>
Fri, 18 Nov 2005 11:07:30 +0000 (11:07 +0000)
committerDerick Rethans <derick@php.net>
Fri, 18 Nov 2005 11:07:30 +0000 (11:07 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 19e924c3e841a32e06aae60dfd22ca5c8e1b805d..cb8ef1f2608d382902ff9144d93743a89e9048e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+23 Nov 2005, Version 4.4.2
+
+
 18 Nov 2005, Version 4.4.2RC1
 - Resolve Apache 2 regression with sub-request handling on non-linux systems.
   (Ilia, Tony)
index 3fb2d06f7924c499b92016b74d41c3f027f8b6eb..0c222fe874ae0219e3a8d361febfab15a8f43e3b 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=2
-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 29634e0b628f9a39c41eff720730e1fe118f9a37..ee6cec187da2bf1d206b4ac1871b4511aa2c5190 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.4.2RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.2RC2-dev"