From 73ede6911d49dc245fcc2e56fc5636fc9b51e96a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 5 Sep 2019 19:33:17 +0200 Subject: Fix version 7.3.10 is next, not 7.3.11. --- main/php_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/php_version.h b/main/php_version.h index 3d906bebba..2fb0e3c243 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 11 +#define PHP_RELEASE_VERSION 10 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.11-dev" -#define PHP_VERSION_ID 70311 +#define PHP_VERSION "7.3.10-dev" +#define PHP_VERSION_ID 70310 -- cgit v1.2.1