diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2018-07-19 16:48:24 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2018-07-19 17:01:38 +0200 |
commit | ea179bc44506ae1a4d5bb90502e962f43a902071 (patch) | |
tree | b8157c63a9dc624344e620b054e45e03a43b8a55 /main/php_version.h | |
parent | 1ba3314335b8bb7c86c24443588d5ef9c55d4a44 (diff) | |
download | php-git-PHP-5.6.37.tar.gz |
5.6.37php-5.6.37PHP-5.6.37
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 88bb21b53a..18a298e0cf 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 38 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.38-dev" -#define PHP_VERSION_ID 50638 +#define PHP_RELEASE_VERSION 37 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.37" +#define PHP_VERSION_ID 50637 |