From 9e1cfb4f6e22a42b15b09f5dcb3a846f5f1ad0ce Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Tue, 9 Nov 1999 12:20:34 +0000 Subject: [PATCH] Bump version to 4.0b3-RC3. # We release RC2 just minutes before Sam Ruby commits his Java extension. # What timing! --- configure.in | 2 +- main/php_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index be665ac636..b3cca8801b 100644 --- a/configure.in +++ b/configure.in @@ -34,7 +34,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up. divert(1) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0b3-RC2) +AM_INIT_AUTOMAKE(php, 4.0b3-RC3) 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 0d53587671..8dda4169b2 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in.in to change version number */ -#define PHP_VERSION "4.0B3-RC2" +#define PHP_VERSION "4.0b3-RC3" -- 2.50.1