Skip to content

Commit 0c226da

Browse files
committed
RC8
1 parent e2b1d7c commit 0c226da

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.5RC6, nodefine)
54+
AM_INIT_AUTOMAKE(php, 4.0.5RC8, 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.5RC6"
3+
#define PHP_VERSION "4.0.5RC8"

0 commit comments

Comments
 (0)