From: Sascha Schumann Date: Sat, 1 Apr 2000 14:39:14 +0000 (+0000) Subject: Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.) X-Git-Tag: php-4.0RC2~535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77688ff3b54b0bea8ce390bf6e5aa682c06c06ed;p=php Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.) --- diff --git a/configure.in b/configure.in index 238d789e6a..a8151a88ad 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ divert(2) PHP_CONFIGURE_PART(Running system checks) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0RC1) +AM_INIT_AUTOMAKE(php, 4.0RC2-dev) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new diff --git a/main/php_version.h b/main/php_version.h index 9e74c0fb1e..bf87c75012 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.0RC1" +#define PHP_VERSION "4.0RC2-dev"