summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-03-02 14:34:36 +0000
committerZeev Suraski <zeev@php.net>2002-03-02 14:34:36 +0000
commit2b34f6f21d1466076e024a3b6d37551542f9aac6 (patch)
treeedad957c4b549e9567f6fceaf9f14691200fc28b
parent1b2e5a9adf6915f2dca17020b8183ba419740669 (diff)
downloadphp-git-2b34f6f21d1466076e024a3b6d37551542f9aac6.tar.gz
Bump those up too in case we ever release
-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 13736e2c1c..ca5dbcedd8 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.2, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.3-dev, 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 4bda1254fc..e06df4d399 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.2"
+#define PHP_VERSION "4.1.3-dev"