From: Ilia Alshanetsky Date: Tue, 21 Sep 2004 23:38:55 +0000 (+0000) Subject: Fixed minor version #. X-Git-Tag: php-4.3.10RC1~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13effac5aaaee6d9bbcfabda6f74904c1723d317;p=php Fixed minor version #. --- diff --git a/configure.in b/configure.in index 7f4d918212..c1b459d6eb 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=3 -RELEASE_VERSION=9 +RELEASE_VERSION=10 EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"