Navigation Menu

Skip to content

Commit

Permalink
- Get ready for 4.0.6RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed May 15, 2001
1 parent 0d14f16 commit 8bb1bc5
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.6-dev, nodefine)
AM_INIT_AUTOMAKE(php, 4.0.6RC1, 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.6-dev"
#define PHP_VERSION "4.0.6RC1"

0 comments on commit 8bb1bc5

Please sign in to comment.