Skip to content

Commit

Permalink
Update php_version.h
Browse files Browse the repository at this point in the history
That has apparently been overlooked.
  • Loading branch information
cmb69 committed Jul 2, 2020
1 parent c49fb83 commit 2ecb468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/php_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 7
#define PHP_RELEASE_VERSION 9
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.7-dev"
#define PHP_VERSION_ID 70407
#define PHP_VERSION "7.4.9-dev"
#define PHP_VERSION_ID 70409

0 comments on commit 2ecb468

Please sign in to comment.