Fixed minor typo.

This commit is contained in:
foobar 2002-02-27 12:11:09 +00:00
parent a44b57424b
commit 8439b0691d
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ for arg in $0 "$@"; do
done done
AC_CANONICAL_HOST 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_CONFIG_HEADER(main/php_config.h)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE

View file

@ -1,3 +1,3 @@
/* automatically generated by configure */ /* automatically generated by configure */
/* edit configure.in to change version number */ /* edit configure.in to change version number */
#define PHP_VERSION "4.2.1-dev" #define PHP_VERSION "4.3.0-dev"