Browse Source

Start on 4.0.3-dev. [placeholder] in NEWS is for automated nightly NEWS

file update script, it'll be removed after the first entry is there.
PHP-4.0.5
Andrei Zmievski 26 years ago
parent
commit
ee222667e3
  1. 3
      NEWS
  2. 2
      configure.in

3
NEWS

@ -1,6 +1,9 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.3-dev
- [placeholder]
29 Aug 2000, Version 4.0.2
- PHP 3 regression testing framework re-born (Stig)
- Added php_uname() function (Stig)

2
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.2)
AM_INIT_AUTOMAKE(php, 4.0.3-dev)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new

Loading…
Cancel
Save