diff options
author | Christoph M. Becker <cmb@php.net> | 2018-07-17 13:47:49 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2018-07-17 13:47:49 +0000 |
commit | 069f82bf0876c274b64dabb5336921487458cfdb (patch) | |
tree | bfdafaafe3b23f12b4aea914419b53eb3e01f6b3 /configure.ac | |
parent | 53ef61bcae899b00358e5b3b736f684857d7c560 (diff) | |
download | php-git-php-7.3.0alpha4.tar.gz |
Update versions for PHP 7.3.0alpha4php-7.3.0alpha4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c37684cb3e..f90e108225 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=0 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="alpha4" 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` |