From 8b9a27b0917e814353ecc3da25cb5b9072706a6b Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 18 Nov 2005 11:07:30 +0000 Subject: [PATCH] - Back to -dev. --- NEWS | 3 +++ configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 19e924c3e8..cb8ef1f260 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +23 Nov 2005, Version 4.4.2 + + 18 Nov 2005, Version 4.4.2RC1 - Resolve Apache 2 regression with sub-request handling on non-linux systems. (Ilia, Tony) diff --git a/configure.in b/configure.in index 3fb2d06f79..0c222fe874 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=2 -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 29634e0b62..ee6cec187d 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 2 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "4.4.2RC1" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "4.4.2RC2-dev" -- 2.50.1