Skip to content

Commit

Permalink
- RC3 with critical fixes by Jani.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Jun 7, 2001
1 parent 380af9a commit 82f9aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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.6RC2, nodefine)
AM_INIT_AUTOMAKE(php, 4.0.6RC3, nodefine)

PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
Expand Down
2 changes: 1 addition & 1 deletion main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_VERSION "4.0.6RC2"
#define PHP_VERSION "4.0.6RC3"

0 comments on commit 82f9aa8

Please sign in to comment.