]> granicus.if.org Git - php/commitdiff
- Back to -dev
authorDerick Rethans <derick@php.net>
Fri, 5 Jan 2007 08:56:56 +0000 (08:56 +0000)
committerDerick Rethans <derick@php.net>
Fri, 5 Jan 2007 08:56:56 +0000 (08:56 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index feca5f26f33104a6fd5a429200b7b773cfbd2f2a..771f145cfe522140ca45b255360022c89f44c510 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jan 2007, Version 4.4.5
+
 04 Jan 2007, Version 4.4.5RC1
 - Added a meta tag to phpinfo() output to prevent search engines from 
   indexing the page. (Ilia)
index 604e20be493d0d1b4f59d0992e7360417acf83bf..0f67c311ef9332e6da97f44bddc627abc3abc8d1 100644 (file)
@@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-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 93f0d903932e04b372db4591456ef16edca4a5a7..7180ca5dd3e946fdf297b6206f1ef5012f60e736 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 "RC1"
-#define PHP_VERSION "4.4.5RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.5RC2-dev"