Skip to content

Commit ef03277

Browse files
committed
Go with 4.1.2
1 parent 02cc197 commit ef03277

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? Feb 2002, Version 4.1.2
3+
27 Feb 2002, Version 4.1.2
44
- Fixed start up failure when mm save handler is used and there is multiple
55
SAPIs are working at the same time. (Yasuo)
66
- Fixed the Roxen SAPI (Yasuo)

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
5151
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
5252

5353
dnl ## This is where the version number is changed from now on!
54-
AM_INIT_AUTOMAKE(php, 4.1.1, nodefine)
54+
AM_INIT_AUTOMAKE(php, 4.1.2, nodefine)
5555

5656
PHP_VERSION=$VERSION
5757
echo "/* automatically generated by configure */" > php_version.h.new

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
3-
#define PHP_VERSION "4.1.1"
3+
#define PHP_VERSION "4.1.2"

0 commit comments

Comments
 (0)