From: Zeev Suraski Date: Thu, 9 Jan 2003 10:03:26 +0000 (+0000) Subject: Time for an update X-Git-Tag: PHP_5_0_dev_before_13561_fix~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d35ddb740eaa09a8bac191fb5b1a8203cb44f7ae;p=php Time for an update --- diff --git a/configure.in b/configure.in index e5a5fc1e93..64f0147620 100644 --- a/configure.in +++ b/configure.in @@ -41,8 +41,8 @@ done AC_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) -MAJOR_VERSION=4 -MINOR_VERSION=4 +MAJOR_VERSION=5 +MINOR_VERSION=0 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 f89d7dc9e7..3d13b2abe6 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 4 +#define PHP_MAJOR_VERSION 5 +#define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.4.0-dev" +#define PHP_VERSION "5.0.0-dev"