From 0eea23a4f8015e0335b09d7618dd32848d08c6d3 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 13 Nov 2002 19:19:05 +0000 Subject: [PATCH] Change version to 4.4.0-dev. --- configure.in | 2 +- main/php_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" -- 2.50.1