diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-08-20 10:01:20 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-08-20 10:01:20 +0200 |
commit | 36c0311622eb9c767ce6cd654fa923ee89044934 (patch) | |
tree | f67561c02251b4ffa3e6ffedcfd0760fc5cf8ba3 /main/php_version.h | |
parent | c7c9858ba16eb71c9ffc6cabfa00f8ece8600b47 (diff) | |
download | php-git-php-5.6.13RC1.tar.gz |
PHP-5.6.13RC1php-5.6.13RC1
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 8f59951501..8ecfaebad9 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 14 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.14-dev" -#define PHP_VERSION_ID 50614 +#define PHP_RELEASE_VERSION 13 +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.6.13RC1" +#define PHP_VERSION_ID 50613 |