From d35ddb740eaa09a8bac191fb5b1a8203cb44f7ae Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 9 Jan 2003 10:03:26 +0000 Subject: [PATCH] Time for an update --- configure.in | 4 ++-- main/php_version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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" -- 2.50.1