From 021836efcb0c9fac6062d72302060f72aa975ce4 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 20 Feb 2000 21:30:33 +0000 Subject: [PATCH] Go B4, go! --- configure.in | 2 +- main/php_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b798094756..3cf6de431f 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ divert(2) PHP_CONFIGURE_PART(Running system checks) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0b4-rc1) +AM_INIT_AUTOMAKE(php, 4.0b4) 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 31d26aba49..374bb14f25 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.0b4-rc1" +#define PHP_VERSION "4.0b4" -- 2.50.1