diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2018-03-28 23:28:58 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2018-03-28 23:28:58 +0200 |
commit | 404e8465429616e6cf04f5c4ad65ebef759c525b (patch) | |
tree | 83e7c59f89736e4d33d050f763deaa4e8db98d8a /main/php_version.h | |
parent | cb981e39c29bda59897cfaf30cebbf534c27f47c (diff) | |
download | php-git-PHP-5.6.35.tar.gz |
5.6.35php-5.6.35PHP-5.6.35
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 cec53e0cc9..d1f7dec660 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 36 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.36-dev" -#define PHP_VERSION_ID 50636 +#define PHP_RELEASE_VERSION 35 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.35" +#define PHP_VERSION_ID 50635 |