diff options
author | Sara Golemon <pollita@php.net> | 2019-01-08 17:27:39 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2019-01-08 17:27:39 +0000 |
commit | b3ad2be890e86c69cdc661739c74b677b46a53cb (patch) | |
tree | 2448f17832c8d2302a629ed7e88c7890933806b7 /main/php_version.h | |
parent | bc27e1a275094cfc42ae5b281320519b91acd540 (diff) | |
download | php-git-php-7.1.26.tar.gz |
Update versions for PHP 7.1.26php-7.1.26
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index d61d2e301c..db51b5a646 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 26 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.26-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.1.26" #define PHP_VERSION_ID 70126 |