diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2018-09-12 00:12:36 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2018-09-12 00:12:36 +0200 |
commit | b0822792c8d4c8d535ea1beb8ea63025496668e7 (patch) | |
tree | 28bd11876b990b010c65d41468fca3ab027536a7 /main/php_version.h | |
parent | 81f23057dc79c320653ffa53f333facc72de4ea2 (diff) | |
download | php-git-PHP-5.6.38.tar.gz |
5.6.38php-5.6.38PHP-5.6.38
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 5ba3511594..dcf937d8ae 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 39 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.39-dev" -#define PHP_VERSION_ID 50639 +#define PHP_RELEASE_VERSION 38 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.38" +#define PHP_VERSION_ID 50638 |