Skip to content

Commit 0d5555e

Browse files
author
Andi Gutmans
committed
- RC4
1 parent 31ef9e8 commit 0d5555e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.6RC3, nodefine)
54+
AM_INIT_AUTOMAKE(php, 4.0.6RC4, 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.0.6RC3"
3+
#define PHP_VERSION "4.0.6RC4"

0 commit comments

Comments
 (0)