diff options
author | Anatol Belski <ab@php.net> | 2018-12-04 13:01:42 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2018-12-04 13:01:42 +0100 |
commit | bf574c2b67a1f786e36cf679f41b758b973a82c4 (patch) | |
tree | a69c5d01cc9e14cf408a239c7c8a5538f9474b69 /main/php_version.h | |
parent | a8f125fbca4588d94e5da63c5d21c8a8e15f44f4 (diff) | |
download | php-git-PHP-7.0.33.tar.gz |
Set versionsphp-7.0.33PHP-7.0.33
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 4066c91b0f..00c63f3581 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 33 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.0.33-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.0.33" #define PHP_VERSION_ID 70033 |