From: Derick Rethans Date: Sun, 14 Apr 2002 15:43:47 +0000 (+0000) Subject: - Go with RC4 X-Git-Tag: php-4.2.0RC4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa002563bc37cfa14e837534fed75d26a5e5e7a2;p=php - Go with RC4 --- diff --git a/configure.in b/configure.in index 890f3ddaa3..0c727478b7 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.0RC4, 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..0b5e5ebdc2 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.0RC4"