summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-02-27 12:11:09 +0000
committerfoobar <sniper@php.net>2002-02-27 12:11:09 +0000
commit8439b0691dc9da99c507a54038f8ea02d2be5c5c (patch)
tree2e6c34c678874c4b0400f25144291450bd70810d
parenta44b57424b72b4397b7a5bd55ce375875f21e992 (diff)
downloadphp-git-8439b0691dc9da99c507a54038f8ea02d2be5c5c.tar.gz
Fixed minor typo.
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
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"