From 57a5bbd38736e444c9dada0c40b6b0c8488daef5 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 11 Oct 2000 17:31:34 +0000 Subject: [PATCH] Go with 4.0.3 --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b711b5715b..c8a431217a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -05 Oct 2000, Version 4.0.3 +11 Oct 2000, Version 4.0.3 - Fixed a problem that allowed users to override admin_value's and admin_flag's (Zeev) - Fixed PostgreSQL module to work when the link handle is omitted (Zeev) diff --git a/configure.in b/configure.in index 72a3e1ad01..87b696a999 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.3RC2) +AM_INIT_AUTOMAKE(php, 4.0.3) 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 02bc64b236..16226f2077 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.3RC2" +#define PHP_VERSION "4.0.3" -- 2.50.1