summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-11-19 20:53:26 +0000
committerZeev Suraski <zeev@php.net>2001-11-19 20:53:26 +0000
commit0be29a48619ea785b95a67a99d26b1bc42b9b01e (patch)
treecf67f80afe1ec79e39bb1f0458604d5cdb5927d0
parentbcf3204bd3b8f758050cc9c754ae8b56a13e1ec1 (diff)
downloadphp-git-0be29a48619ea785b95a67a99d26b1bc42b9b01e.tar.gz
Go with final RC
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6887e80007..79f5bc16e8 100644
--- a/configure.in
+++ b/configure.in
@@ -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.1.0RC2, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.0RC3, nodefine)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
diff --git a/main/php_version.h b/main/php_version.h
index f6d1f279dc..70fa617d5e 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.1.0RC2"
+#define PHP_VERSION "4.1.0RC3"