From: Sebastian Bergmann Date: Thu, 27 Sep 2007 05:24:50 +0000 (+0000) Subject: Bump version. X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND_IN_5_3~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a748ada212ea719f33bdf1169e968e2f6fb3b131;p=php Bump version. --- diff --git a/Zend/zend.h b/Zend/zend.h index ed8ba3b8e9..c949d96ecc 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -22,7 +22,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "2.2.0" +#define ZEND_VERSION "2.3.0" #define ZEND_ENGINE_2 diff --git a/configure.in b/configure.in index d2426384b3..3f641fae1c 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,8 @@ PHP_CANONICAL_HOST_TARGET AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 -PHP_MINOR_VERSION=2 -PHP_RELEASE_VERSION=5 +PHP_MINOR_VERSION=3 +PHP_RELEASE_VERSION=0 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index e6694c66d2..f7fe777f98 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 -#define PHP_MINOR_VERSION 2 -#define PHP_RELEASE_VERSION 5 +#define PHP_MINOR_VERSION 3 +#define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.5-dev" -#define PHP_VERSION_ID 50205 +#define PHP_VERSION "5.3.0-dev" +#define PHP_VERSION_ID 50300