diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-01-22 14:04:03 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-01-22 14:04:03 +0100 |
commit | 19a9a6ba242776901a1b9cf6b41ff52a9917665e (patch) | |
tree | 4c03dfa0fef94c32ea8d9211ce62471c84d46c15 /main | |
parent | 76760901fabf8ff53c8dfb4ddf7ca703c5a12b79 (diff) | |
download | php-git-19a9a6ba242776901a1b9cf6b41ff52a9917665e.tar.gz |
Prepare main branch for PHP 7.3.3
Diffstat (limited to 'main')
-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 e91794faae..f1799ea9f9 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 2 +#define PHP_RELEASE_VERSION 3 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.2-dev" -#define PHP_VERSION_ID 70302 +#define PHP_VERSION "7.3.3-dev" +#define PHP_VERSION_ID 70303 |