summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-02 19:20:54 +0000
committerZeev Suraski <zeev@php.net>1999-08-02 19:20:54 +0000
commit30569aac451d23ea5c66ac038ed33c527d56bd82 (patch)
tree777659be49ae8763d4344d9283215fa133d54d65
parent3cb1eb047187d53688545ae6f64d4df880298e72 (diff)
downloadphp-git-30569aac451d23ea5c66ac038ed33c527d56bd82.tar.gz
Go Beta 2
-rw-r--r--configure.in.in2
-rw-r--r--main/php_version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in
index 88120b60b1..8b3272b1a6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -50,7 +50,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.0b2-dev)
+AM_INIT_AUTOMAKE(php, 4.0B2-1)
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 ab60bf6f9f..48596cb597 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.0b2-dev"
+#define PHP_VERSION "4.0B2-1"