summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index cf2d514cf5..e32943a55b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2005, Version 4.4.1
+31 Oct 2005, Version 4.4.1
- Fixed a memory corruption bug regarding included files. (Derick)
- Fixed bug #34850 (--program-suffix and --program-prefix not included in
man page names). (Jani)
diff --git a/configure.in b/configure.in
index dcff3f1522..1c33695549 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=1
-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 840db5cf27..07a69c77af 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 1
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.1RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.1"