From: foobar Date: Thu, 21 Mar 2002 20:55:55 +0000 (+0000) Subject: The changes to build system and the streams stuff alone are big enough X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef9a18d2cbacf6bb6f6ec866e675c6e2f9c1e7b;p=php The changes to build system and the streams stuff alone are big enough reason to make next release 4.3.0 --- diff --git a/configure.in b/configure.in index 23b45b99ce..7307ab6622 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ done AC_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) -VERSION="4.2.1-dev" +VERSION="4.3.0-dev" dnl Define where extension directories are located in the configure context AC_DEFUN(PHP_EXT_BUILDDIR,[ext/$1])dnl 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"