summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2007-12-19 12:50:42 +0000
committerDerick Rethans <derick@php.net>2007-12-19 12:50:42 +0000
commit0c2ba7a0e0dbf49e722b3fe8271e6d045331f28f (patch)
treebe680146a7f1cd61d262ce76aa246b8032be343e
parent7b3f1787cc18d60b7f3fcdf16338912fd729a562 (diff)
downloadphp-git-0c2ba7a0e0dbf49e722b3fe8271e6d045331f28f.tar.gz
4.4.8RC1
-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 de8d0c2736..e7f042b7ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2007, Version 4.4.8
+20 Dec 2007, Version 4.4.8RC1
- Improved fix for MOPB-02-2007. (Ilia)
- Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
(Ilia)
diff --git a/configure.in b/configure.in
index 03e848e9a2..7a269d1baf 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=8
-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
diff --git a/main/php_version.h b/main/php_version.h
index 51b95cbd3e..3ac1a63145 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 8
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.8-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.8RC1"