diff options
author | Sara Golemon <pollita@php.net> | 2018-10-09 15:13:12 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2018-10-09 15:13:12 +0000 |
commit | 730399f73f2df27c3d3b98e58cf2b0fa2eafa285 (patch) | |
tree | 96503ab3a36cb3f5b37744eb19dec683037365ed /main/php_version.h | |
parent | 943722caf1337fc0259c511b11ba383758c43fa1 (diff) | |
download | php-git-php-7.1.23.tar.gz |
Update versions for PHP 7.1.23php-7.1.23
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 01ca986206..13c83b8da8 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 22 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.22-dev" -#define PHP_VERSION_ID 70122 +#define PHP_RELEASE_VERSION 23 +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.1.23" +#define PHP_VERSION_ID 70123 |