From 64a4fa0f07da424f45b21d957a406d1a233cf88b Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 18 Jul 2017 18:14:41 +0200 Subject: [PATCH] Leftover from 5230541ef59e0637d5522293a7d099bf18ce6af3 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 80fe2a7a07..cb95d86691 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ int zend_sprintf(char *buffer, const char *format, ...); ]) PHP_MAJOR_VERSION=7 -PHP_MINOR_VERSION=2 +PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=0 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" -- 2.50.1