diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2018-12-05 10:17:04 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2018-12-05 10:17:04 +0100 |
commit | 4653a1b260c9d640a292a9548e8def00edc5ca58 (patch) | |
tree | 5a6e4ed914cd3cbca03f75f0fbad4b7f0c69b3cf /main/php_version.h | |
parent | c26cb383a5661255bf60fe54de6baf430537e380 (diff) | |
download | php-git-PHP-5.6.39.tar.gz |
5.6.39php-5.6.39PHP-5.6.39
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 b607f79515..094aab2e1d 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 40 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.40-dev" -#define PHP_VERSION_ID 50640 +#define PHP_RELEASE_VERSION 39 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.39" +#define PHP_VERSION_ID 50639 |