From 4162f81c88d2a7ece5bcc45b8d424f32ee4f4254 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 21 Jul 2004 23:02:28 +0000 Subject: [PATCH] HEAD is 5.1.0-dev now --- configure.in | 4 ++-- main/php_version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index bd56fc63ac0..9271a7a115d 100644 --- a/configure.in +++ b/configure.in @@ -39,8 +39,8 @@ AC_CANONICAL_HOST AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 -MINOR_VERSION=0 -RELEASE_VERSION=1 +MINOR_VERSION=1 +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 651a7442625..eefa06de776 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 5 -#define PHP_MINOR_VERSION 0 -#define PHP_RELEASE_VERSION 1 +#define PHP_MINOR_VERSION 1 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.0.1-dev" +#define PHP_VERSION "5.1.0-dev"