diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-07-05 12:18:16 -0700 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-07-05 22:52:18 -0700 |
commit | cd162bd4abf6ecac38f2cd975b95877a874ff2ce (patch) | |
tree | a0c4b779e9914b504c34fad6fcbe001993500f05 /main/php_version.h | |
parent | 5cb774faf1a0bcae8d474225b60630d2b470fb93 (diff) | |
download | php-git-php-7.1.0alpha3.tar.gz |
Bump versions/dates for release of 7.1.0alpha3php-7.1.0alpha3
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index 4714e5dc4b..09433b1965 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.1.0-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "7.1.0alpha3" #define PHP_VERSION_ID 70100 |