Skip to content

Commit

Permalink
fix version header
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Feb 11, 2016
1 parent 1a01a5e commit 95a47ab
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.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 0
#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.0.0-dev"
#define PHP_VERSION_ID 70000
#define PHP_VERSION "7.0.4-dev"
#define PHP_VERSION_ID 70004

0 comments on commit 95a47ab

Please sign in to comment.