summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-04 09:40:44 +0000
committerStig Bakken <ssb@php.net>1999-11-04 09:40:44 +0000
commitf2099fccfb1afa4031e561eb220e0ec1a301a30a (patch)
tree7eede5374c6b4c7379132603c83c52d110216a99
parenta4c8d7dddc7f62666ec921a3817ee8807e4067df (diff)
downloadphp-git-f2099fccfb1afa4031e561eb220e0ec1a301a30a.tar.gz
# First shot at 4.0b3.
-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 037abedf9c..2beb949438 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up.
divert(1)
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0B3-dev)
+AM_INIT_AUTOMAKE(php, 4.0b3)
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 689fd183ba..651fe3bbd7 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
-#define PHP_VERSION "4.0B3-dev"
+#define PHP_VERSION "4.0b3"