From: Andrei Zmievski Date: Wed, 13 Nov 2002 19:19:05 +0000 (+0000) Subject: Change version to 4.4.0-dev. X-Git-Tag: BEFORE_RENAMING~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eea23a4f8015e0335b09d7618dd32848d08c6d3;p=php Change version to 4.4.0-dev. --- diff --git a/configure.in b/configure.in index b93005648e..7cd79b7339 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 -MINOR_VERSION=3 +MINOR_VERSION=4 RELEASE_VERSION=0 EXTRA_VERSION="-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" diff --git a/main/php_version.h b/main/php_version.h index 70294a012d..f89d7dc9e7 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,7 +1,7 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 -#define PHP_MINOR_VERSION 3 +#define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.0-dev" +#define PHP_VERSION "4.4.0-dev"