Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)

This commit is contained in:
Sascha Schumann 2000-04-01 14:39:14 +00:00
parent 9e2fb7bb41
commit 77688ff3b5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"