diff options
author | Thies C. Arntzen <thies@php.net> | 2000-05-23 07:49:23 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-05-23 07:49:23 +0000 |
commit | 61ceb9e5abfd6e57ebc2022c6c789040adc9b9e6 (patch) | |
tree | b5d7cd4176ca18531fac2e7194bfd22377411ede | |
parent | c32de173c3b8e3eb878d1edcd2c8ec803ba1aee5 (diff) | |
download | php-git-61ceb9e5abfd6e57ebc2022c6c789040adc9b9e6.tar.gz |
bump version to 4.0.1-dev
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2000, Version 4.0.1-dev + 22 May 2000, Version 4.0.0 Release - Allow the writing of flash files to stdout. - Fixed a crash bug in .phps syntax-highlighted files (Andi) diff --git a/configure.in b/configure.in index a346b151f3..63d694a8a7 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.0) +AM_INIT_AUTOMAKE(php, 4.0.1-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 374333e3e8..846c5b3764 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.0" +#define PHP_VERSION "4.0.1-dev" |