summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2007-12-19 12:52:05 +0000
committerDerick Rethans <derick@php.net>2007-12-19 12:52:05 +0000
commitb686fd905366f8c44c7745e689c162b36fd8fd1d (patch)
treea66f34e80f0a8c5a8cb06081322d91f56441f63d
parent0c2ba7a0e0dbf49e722b3fe8271e6d045331f28f (diff)
downloadphp-git-b686fd905366f8c44c7745e689c162b36fd8fd1d.tar.gz
- Back to dev.
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e7f042b7ec..2f0180fa89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+03 Jan 2008, 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.
diff --git a/configure.in b/configure.in
index 7a269d1baf..cecefa2156 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="RC1"
+EXTRA_VERSION="RC2-dev"
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 3ac1a63145..d37ba41d5f 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 "RC1"
-#define PHP_VERSION "4.4.8RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.8RC2-dev"