diff options
author | Christoph M. Becker <cmb@php.net> | 2018-10-23 09:26:31 +0000 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2018-10-23 09:26:31 +0000 |
commit | 03a5ff98fb90a1efebf94c02b17d76dede073d47 (patch) | |
tree | ecb332a80ae94193939c76d1bc0e60663bb56a55 /configure.ac | |
parent | c8febbe0396d8d2a3b09480beeb82845ca71dc1f (diff) | |
download | php-git-php-7.3.0RC4.tar.gz |
Update version for PHP 7.3.0RC4php-7.3.0RC4
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 562e26a067..9a195f0bf1 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="RC4" 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` |