From: Zeev Suraski Date: Thu, 14 Mar 2002 14:15:26 +0000 (+0000) Subject: Good suggestion, but I'm not sure we want to start receiving bug X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3256ecf00fe98c44890a787dc82d9026385420f;p=php Good suggestion, but I'm not sure we want to start receiving bug reports with that version --- diff --git a/configure.in b/configure.in index 88ee1bbca0..f0cb00d082 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ done AC_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) -VERSION="4.STFU" +VERSION="4.2.1-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 6daf530808..3d72e9a156 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.STFU" +#define PHP_VERSION "4.2.1-dev"