]> granicus.if.org Git - php/commitdiff
- Back to -dev.
authorDerick Rethans <derick@php.net>
Thu, 1 Feb 2007 08:55:41 +0000 (08:55 +0000)
committerDerick Rethans <derick@php.net>
Thu, 1 Feb 2007 08:55:41 +0000 (08:55 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 8bdd3f453e992a95c50bcb5966015f9113f7bf3f..b65c73011585ce7a9b987587b30d512cdf2a4461 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Feb 2007, Version 4.4.5
+
 01 Feb 2007, Version 4.4.5RC2
 - Fixed bug #39819 (Using $this not in object context can cause segfaults).
   (Dmitry)
index 16330ca3b21a1ec64136494b32ed0178bcb2c154..86d993f4e09f8a09bda7020785373d68e3e419be 100644 (file)
@@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index d3460466f1f74c3569c29704ef32a0eb7fc9e6b2..267fcce4e183190c5da569266b9ea230390c9433 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "4.4.5RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "4.4.5RC3-dev"