diff options
author | Edin Kadribasic <edink@php.net> | 2004-07-21 23:02:28 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2004-07-21 23:02:28 +0000 |
commit | 4162f81c88d2a7ece5bcc45b8d424f32ee4f4254 (patch) | |
tree | 9dcc90e222b1d8ed117676c11b17d0846d398e90 | |
parent | 728b849529dfc4f3b4ac12f3e9aa959f75e0a366 (diff) | |
download | php-git-4162f81c88d2a7ece5bcc45b8d424f32ee4f4254.tar.gz |
HEAD is 5.1.0-dev now
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | main/php_version.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index bd56fc63ac..9271a7a115 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 651a744262..eefa06de77 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" |