Skip to content

Commit

Permalink
Update Version Number :)
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Aug 15, 2014
1 parent d7f12b9 commit 3ab892e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
#undef PTHREADS
])

PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=7
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=0
PHP_RELEASE_VERSION=0
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
Expand Down
8 changes: 4 additions & 4 deletions main/php_version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 7
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.7.0-dev"
#define PHP_VERSION_ID 50700
#define PHP_VERSION "7.0.0-dev"
#define PHP_VERSION_ID 70000

0 comments on commit 3ab892e

Please sign in to comment.