Skip to content

Commit

Permalink
Update version in main/php_version.h as well
Browse files Browse the repository at this point in the history
Otherwise the file is modified by each new build, what is confusing.
  • Loading branch information
cmb69 committed Apr 7, 2021
1 parent 9688071 commit 0a181ca
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 17
#define PHP_RELEASE_VERSION 18
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.17-dev"
#define PHP_VERSION_ID 70417
#define PHP_VERSION "7.4.18-dev"
#define PHP_VERSION_ID 70418

0 comments on commit 0a181ca

Please sign in to comment.