mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fix version
7.3.10 is next, not 7.3.11.
This commit is contained in:
parent
af2033b1cd
commit
73ede6911d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
/* edit configure.ac to change version number */
|
/* edit configure.ac to change version number */
|
||||||
#define PHP_MAJOR_VERSION 7
|
#define PHP_MAJOR_VERSION 7
|
||||||
#define PHP_MINOR_VERSION 3
|
#define PHP_MINOR_VERSION 3
|
||||||
#define PHP_RELEASE_VERSION 11
|
#define PHP_RELEASE_VERSION 10
|
||||||
#define PHP_EXTRA_VERSION "-dev"
|
#define PHP_EXTRA_VERSION "-dev"
|
||||||
#define PHP_VERSION "7.3.11-dev"
|
#define PHP_VERSION "7.3.10-dev"
|
||||||
#define PHP_VERSION_ID 70311
|
#define PHP_VERSION_ID 70310
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue