From 65bbc6706397136df70f6d9e08e5410b18109568 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 3 Dec 2019 12:04:17 +0100 Subject: Next is 7.3.14 --- main/php_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/php_version.h') diff --git a/main/php_version.h b/main/php_version.h index 07c0c69041..a0c17c026b 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 13 +#define PHP_RELEASE_VERSION 14 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.13-dev" -#define PHP_VERSION_ID 70313 +#define PHP_VERSION "7.3.14-dev" +#define PHP_VERSION_ID 70314 -- cgit v1.2.1