diff options
author | Stig Bakken <ssb@php.net> | 2001-10-16 00:07:57 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-16 00:07:57 +0000 |
commit | aaec7c8c2ba8b6a54282d962bd8b0a6705669920 (patch) | |
tree | 0bfd74e497098b60c876d87a81b5398f9f9ea4e3 | |
parent | cde2734237bffe631ee87a6402dd7d2cb5a831e6 (diff) | |
download | php-git-aaec7c8c2ba8b6a54282d962bd8b0a6705669920.tar.gz |
* fix version number
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 9c572194fe..ef641430a9 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories. dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0.7RC3, nodefine) +AM_INIT_AUTOMAKE(php, 4.1.0RC1, nodefine) 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 f270df0ca1..af3c4d9d28 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.0.7RC3" +#define PHP_VERSION "4.1.0RC1" |