From 0ed61df9d55de45b7c7ad52a1100574ea931f1f0 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 12 Apr 2002 19:14:18 +0000 Subject: [PATCH] - Go with RC3 --- configure.in | 2 +- main/php_version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 890f3ddaa3..858e32a951 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ for arg in $0 "$@"; do done AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(php, 4.2.0-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.0RC3, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index 5153ecef49..d8a9d710c8 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.2.0RC" +#define PHP_VERSION "4.2.0RC3" -- 2.50.1