]> granicus.if.org Git - php/commitdiff
- Back to dev.
authorDerick Rethans <derick@php.net>
Thu, 12 Jan 2006 17:55:04 +0000 (17:55 +0000)
committerDerick Rethans <derick@php.net>
Thu, 12 Jan 2006 17:55:04 +0000 (17:55 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index aacc3afdb164f6f1998e77652093d69d3da58a89..d9c49c5577d62bb73385c75c216eac9e74a7f5fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, Version 4.4.3
+       
 13 Jan 2006, Version 4.4.2
 - Added missing safe_mode/open_basedir checks into cURL extension. (Ilia)
 - Backported missing imap_mailcompose() fixes from PHP 5.x. (Ilia)
index e71f6d2093340429065d689de610d117bff930d1..6c5cc8f65a27948adc7fd84d92b33f1e1bef7713 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=2
-EXTRA_VERSION=""
+RELEASE_VERSION=3
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 038bff1f6162914be1d22ed57cd516a461ce8f51..02f820fd1884f9538cb867c6147dfed87b9c058b 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 2
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.2"
+#define PHP_RELEASE_VERSION 3
+#define PHP_EXTRA_VERSION "-dev
+#define PHP_VERSION "4.4.3-dev