mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
bump version to 4.0.1-dev
This commit is contained in:
parent
c32de173c3
commit
61ceb9e5ab
2
NEWS
2
NEWS
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user