From f03caa7b3589b71ffeb2dc0f96bf04e56b96a988 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 29 Oct 2003 13:18:12 +0000 Subject: [PATCH] Go with RC3 release. --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index be5e7d63e1..b38aab3eec 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Oct 2003, Version 4.3.4RC3 +29 Oct 2003, Version 4.3.4RC3 - Fixed bug #25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan) - Fixed bug #25922 (Crash in error handler when 5th argument is modified). (Ilia) diff --git a/configure.in b/configure.in index de92c4483b..f316ba8411 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 RELEASE_VERSION=4 -EXTRA_VERSION="RC3-dev" +EXTRA_VERSION="RC3" 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 cf9d5e4449..f79f160d13 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "4.3.4RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "4.3.4RC3" -- 2.40.0