Fix version

7.3.10 is next, not 7.3.11.
This commit is contained in:
Christoph M. Becker 2019-09-05 19:33:17 +02:00
parent af2033b1cd
commit 73ede6911d

View file

@ -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