From: Derick Rethans Date: Wed, 3 Apr 2002 19:53:54 +0000 (+0000) Subject: - Swap back version numbers for development X-Git-Tag: php-4.2.0RC3~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37461bd51fda36eb52aaa512a79c8a1164ef4a3a;p=php - Swap back version numbers for development --- diff --git a/configure.in b/configure.in index 670a60b736..c668a820f4 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.0RC2, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.0-dev, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index 9f65498c6b..5153ecef49 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.0RC2" +#define PHP_VERSION "4.2.0RC"