summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-08-15 12:22:14 +0000
committerDerick Rethans <derick@php.net>2006-08-15 12:22:14 +0000
commit428a990d2ae6787dc33efa068d108e78bb592448 (patch)
tree2087a02ede8a25608484b054176f40dde3c4c60f
parentcc19fb16f37ca6d74eaea221df48e5ed55784f44 (diff)
downloadphp-git-428a990d2ae6787dc33efa068d108e78bb592448.tar.gz
- Go with 4.4.4.
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index b5af5bfb17..66a86d85a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Aug 2006, Version 4.4.4
-
-12 Aug 2006, Version 4.4.4RC1
+17 Aug 2006, Version 4.4.4
- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
diff --git a/configure.in b/configure.in
index c0a6cca1e7..b04fa62cd3 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=4
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION=""
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
diff --git a/main/php_version.h b/main/php_version.h
index d11d0a6fa3..9d6994fed0 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.4RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.4"