summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-08-29 15:49:44 +0000
committerZeev Suraski <zeev@php.net>2000-08-29 15:49:44 +0000
commit3a10285392d97ed43755e9f5bca8b4242dd40ac6 (patch)
tree34f737e718e3e4e7798e4b4b9e93cfeca0a5e8e6
parente7f10a41f258848809fa53e60d2c7dd08e4d2e40 (diff)
downloadphp-git-3a10285392d97ed43755e9f5bca8b4242dd40ac6.tar.gz
Go 4.0.2
-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 78ef857f85..cb6ac8cfcf 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.0.2-dev)
+AM_INIT_AUTOMAKE(php, 4.0.2)
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 b31f9150e7..160f5ff330 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.0.2-dev"
+#define PHP_VERSION "4.0.2"