summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-10-08 17:41:18 +0000
committerAndrei Zmievski <andrei@php.net>2002-10-08 17:41:18 +0000
commit6882bdc24bee8c77d742aaa1797e4b420ace794b (patch)
treea50d49adb9cbec1454823a95d22b600920424f21 /configure.in
parent579a1c3ab16ba7ee62ceb3c50bf7c07b349ab224 (diff)
downloadphp-git-6882bdc24bee8c77d742aaa1797e4b420ace794b.tar.gz
Revert to 4.3.0.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index be528307af..7d0a8c994f 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ AC_CANONICAL_HOST
AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
-MINOR_VERSION=4
+MINOR_VERSION=3
RELEASE_VERSION=0
EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"