From: Derick Rethans Date: Mon, 6 Jun 2005 09:23:58 +0000 (+0000) Subject: - Rename version. X-Git-Tag: php-4.4.0RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94801d120645bd215a1f36de38b4bc3b78b6bfd1;p=php - Rename version. --- diff --git a/configure.in b/configure.in index 7e300ed2b7..93ad74db41 100644 --- a/configure.in +++ b/configure.in @@ -39,8 +39,8 @@ PHP_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 -MINOR_VERSION=3 -RELEASE_VERSION=12 +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 000968be69..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_RELEASE_VERSION 12 +#define PHP_MINOR_VERSION 4 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.12-dev" +#define PHP_VERSION "4.4.0-dev"