From b5ce6df0dabb8b2eadbef55444e4ead5ae5dc3cc Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 10 Nov 2020 11:08:16 +0100 Subject: 7.3.26 is next --- 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 c97d50c49d..b97e527328 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 25 +#define PHP_RELEASE_VERSION 26 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.25-dev" -#define PHP_VERSION_ID 70325 +#define PHP_VERSION "7.3.26-dev" +#define PHP_VERSION_ID 70326 -- cgit v1.2.1