]> granicus.if.org Git - php/commitdiff
- Go with 4.4.0RC1.
authorDerick Rethans <derick@php.net>
Mon, 13 Jun 2005 14:23:34 +0000 (14:23 +0000)
committerDerick Rethans <derick@php.net>
Mon, 13 Jun 2005 14:23:34 +0000 (14:23 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 17eb7c58b1da9b3298cf80648c5fa137f735506e..9cd952cf5ebe6181d0b06448e0a1010953a76313 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, Version 4.4.0
+13 Jun 2005, Version 4.4.0 RC1
 - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
 - Added support for .cc files in extensions. (Brian)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
index 93ad74db4155d8c5cb59168ccc51ea3167b1be35..81a7971c8be4af1d0946ea3d861131877771f13e 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index f89d7dc9e7740bffe56595e47132c10a943bb6c8..a23d3c6e0323aaf5de54738cb9dd25a38e91c034 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.0-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.0RC1"