mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Update to 4.0.1
This commit is contained in:
parent
93e9520314
commit
3998034acb
@ -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.1-dev)
|
||||
AM_INIT_AUTOMAKE(php, 4.0.1)
|
||||
|
||||
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.1-dev"
|
||||
#define PHP_VERSION "4.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user