diff options
| author | Sara Golemon <pollita@php.net> | 2019-01-08 14:17:43 -0500 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2019-01-08 14:17:43 -0500 |
| commit | fabade157323a0998ef2b97208b8f58779c40f2b (patch) | |
| tree | f34e5128109f617b579c9dbdafc7aa9e7761ea4a /main/php_version.h | |
| parent | 27625f063ee099e7cc6a58b8878af19920cc222f (diff) | |
| download | php-git-fabade157323a0998ef2b97208b8f58779c40f2b.tar.gz | |
Bump for 7.1.27
Diffstat (limited to 'main/php_version.h')
| -rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index d61d2e301c..5fa3a768d8 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 7 #define PHP_MINOR_VERSION 1 -#define PHP_RELEASE_VERSION 26 +#define PHP_RELEASE_VERSION 27 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.26-dev" -#define PHP_VERSION_ID 70126 +#define PHP_VERSION "7.1.27-dev" +#define PHP_VERSION_ID 70127 |
