summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2003-05-27 17:24:10 +0000
committerSVN Migration <svn@php.net>2003-05-27 17:24:10 +0000
commitdc963b2f91ae48faae7edf4609a8c7427dc9317a (patch)
tree5e9f8f68adf108d8b9a20103f9fcbd1063a70d7c /configure.in
parent858c75805fe042600327280402a80ca651a9fb90 (diff)
downloadphp-git-dc963b2f91ae48faae7edf4609a8c7427dc9317a.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC4'.php-4.3.2RC4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index d235f9ca42..290a46778e 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
-RELEASE_VERSION=3
-EXTRA_VERSION="-dev"
+RELEASE_VERSION=2
+EXTRA_VERSION="RC4"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
@@ -1275,7 +1275,7 @@ cat <<X
| *** WARNING *** |
| |
| You chose to compile PHP with DB extension. This extension is |
-| deprecated and does not support database locking correctly. Please |
+| deprecated and does not support databse locking correctly. Please |
| use DBA extension which is a fully operational superset. |
X
fi