From: foobar Date: Wed, 27 Feb 2002 12:11:09 +0000 (+0000) Subject: Fixed minor typo. X-Git-Tag: php-4.2.0RC1~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8439b0691dc9da99c507a54038f8ea02d2be5c5c;p=php Fixed minor typo. --- diff --git a/configure.in b/configure.in index bc0916f5f3..00081be1ca 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.1-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.3.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 3d72e9a156..acab3c3e30 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.1-dev" +#define PHP_VERSION "4.3.0-dev"