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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 299dbb55fb..0fe8d68ea2 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=1 PHP_RELEASE_VERSION=0 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="alpha3" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` |