summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-12-20 21:18:34 +0000
committerDerick Rethans <derick@php.net>2001-12-20 21:18:34 +0000
commit0e5b273b0ffa4836455c8b2cac871cc8d6809935 (patch)
tree3a0e596fba05fa55f193fe1646d2a63abcb07af0
parent7e15bdcb58058baa45c5396529d42cb44c422401 (diff)
downloadphp-git-0e5b273b0ffa4836455c8b2cac871cc8d6809935.tar.gz
Go with 4.1.1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index dcc9e93883..2620fd28d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-????, Version 4.1.1
+22 Dec 2001, Version 4.1.1
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
- Fixed problem with dbase not returning very large (larger than long)
integers properly. (Vlad)
diff --git a/configure.in b/configure.in
index c3f88638fc..1db3535384 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.1-dev, nodefine)
+AM_INIT_AUTOMAKE(php, 4.1.1, 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 a97cce77fa..044394e495 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.1-dev"
+#define PHP_VERSION "4.1.1"