]> granicus.if.org Git - php/commitdiff
- Back to dev.
authorDerick Rethans <derick@php.net>
Tue, 4 Jul 2006 16:40:23 +0000 (16:40 +0000)
committerDerick Rethans <derick@php.net>
Tue, 4 Jul 2006 16:40:23 +0000 (16:40 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f1e86e5506c97998213dcc34e8802d4fdddfafcb..2f235cbb40216c5ab4695a400b85436aba493e9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, Version 4.4.3
+       
 04 Jul 2006, Version 4.4.3RC2
 - Improved safe_mode check for the error_log() function. (Ilia)
 - Fixed handling of extremely long paths inside tempnam() function. (Ilia)
index f756ba469ce6fdcb93effb178ffa2a16b39754d5..c9be1ecff937a4cfa24f9f5a9147c9b4437bad91 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-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 8db19d4c9e97940bf83e574f1511dd1f65f1dcf5..22015b38c51223f66fadbaf21f4cea7d354b762d 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "4.4.3RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "4.4.3RC3-dev"