]> granicus.if.org Git - php/commitdiff
- Back to -dev.
authorDerick Rethans <derick@php.net>
Tue, 13 Feb 2007 18:22:06 +0000 (18:22 +0000)
committerDerick Rethans <derick@php.net>
Tue, 13 Feb 2007 18:22:06 +0000 (18:22 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 06caf072d96cb06c172ce24025cf8dce3e385545..b94d922f9cb5bf4ef436bbd771e9669364df5713 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2007, Version 4.4.6
+       
 14 Feb 2007, Version 4.4.5
 - Upgraded PEAR to 1.5.0. (Greg)
 - Updated PCRE to version 6.7. (Ilia)
index 547d4fb8d53f7f17be4bfbfc389b7b697a5fd26a..0d2e209d6caa58a99a1f44948b0fcc1ac4c24bb7 100644 (file)
@@ -37,8 +37,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=5
-EXTRA_VERSION=""
+RELEASE_VERSION=6
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 50c9c3a92916ede9890f30cea5096dcb8a9c85f3..9adabc63df1088402c0278218c1a621f83b8bebb 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.5"
+#define PHP_RELEASE_VERSION 6
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.6-dev"