From 893aee30e8affae9d77e907a09f13a7c7264fbec Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 25 May 2004 13:02:53 +0000 Subject: [PATCH] Prepare for 4.3.7RC1. --- NEWS | 4 +++- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 55aee1e592..9ad68f7546 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2004, Version 4.3.7 +?? Jun 2004, Version 4.3.7 + +25 May 2004, Version 4.3.7RC1 - Upgraded bundled GD library to 2.0.23. (Ilia) - Fixed command line escaping routines for win32. (Ilia) - Fixed problems with *printf() functions and '%f' formatting. (Marcus) diff --git a/configure.in b/configure.in index d619072c9f..927851713b 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=7 -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 88b0848f5a..3d1ceb0021 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 7 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.7-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "4.3.7RC1" -- 2.50.1