cvs: php4 / NEWS configure.in php_version.h
[email protected] ("Thies C. Arntzen")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959068163@cvsserver> |
thies Tue May 23 09:49:24 2000 EDT
Modified files:
/php4 NEWS configure.in php_version.h
Log:
bump version to 4.0.1-dev
Index: php4/NEWS
diff -u php4/NEWS:1.250 php4/NEWS:1.251
--- php4/NEWS:1.250 Tue May 23 03:09:10 2000
+++ php4/NEWS Tue May 23 09:49:23 2000
@@ -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)
Index: php4/configure.in
diff -u php4/configure.in:1.132 php4/configure.in:1.133
--- php4/configure.in:1.132 Thu May 18 21:45:32 2000
+++ php4/configure.in Tue May 23 09:49:23 2000
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.132 2000/05/18 19:45:32 thies Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.133 2000/05/23 07:49:23 thies Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -51,7 +51,7 @@
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
Index: php4/php_version.h
diff -u php4/php_version.h:1.33 php4/php_version.h:1.34
--- php4/php_version.h:1.33 Thu May 18 19:43:19 2000
+++ php4/php_version.h Tue May 23 09:49:23 2000
@@ -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"