From acc4a8ed6d20b60f43ae99d374e6f20f46ceb4d1 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 3 Oct 2000 17:08:41 +0000 Subject: [PATCH] - Package RC2 --- NEWS | 1 + configure.in | 2 +- main/php_version.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7c96ac11e8..b90560906d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 05 Oct 2000, Version 4.0.3 +- Fixed dirname() under certain conditions (Andi) - Add --with-imap-ssl to support SSL'ized imap library in RH7 and others (Rasmus) - Fix possible crash bug in parse_url() (Andi) diff --git a/configure.in b/configure.in index 3305100e6f..72a3e1ad01 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories. dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0.3-dev) +AM_INIT_AUTOMAKE(php, 4.0.3RC2) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new diff --git a/main/php_version.h b/main/php_version.h index 4065a40092..02bc64b236 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.0.3RC1" +#define PHP_VERSION "4.0.3RC2" -- 2.40.0