summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-12-14 12:23:49 +0000
committerSebastian Bergmann <sebastian@php.net>2001-12-14 12:23:49 +0000
commit34f95edd9b1cde55e1ef5a1ce4dbf2d0b4650665 (patch)
tree2f0814fe383f745eff85db3ea3e9233d98a54ec4
parentf5ce52c8f16ebd28b0a3564cdecb8699300fc3d2 (diff)
downloadphp-git-34f95edd9b1cde55e1ef5a1ce4dbf2d0b4650665.tar.gz
Change version to 4.1.1-dev.
-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 9c3b9727c8..c3f88638fc 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.0, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.1-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 95279778f6..a97cce77fa 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.0"
+#define PHP_VERSION "4.1.1-dev"