diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2017-01-06 01:56:05 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2017-01-06 01:56:05 +0100 |
commit | d2eca4da421317be535abe3ec7d22c03997fbe34 (patch) | |
tree | 4e12068b0d34a829260561b0ab3cf1a678e4e531 /main/php_version.h | |
parent | 3b14d7b84b10cef43034de0106bbfce34204100e (diff) | |
download | php-git-php-5.6.30RC1.tar.gz |
prepare 5.6.30RC1php-5.6.30RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h index becb2f7730..1c180c3169 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 6 -#define PHP_RELEASE_VERSION 31 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.31-dev" -#define PHP_VERSION_ID 50631 +#define PHP_RELEASE_VERSION 30 +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.6.30RC1" +#define PHP_VERSION_ID 50630 |