diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-04-30 10:05:51 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-04-30 10:05:51 +0200 |
commit | 2c882aa43cdbc36540be13faed178b03e112a8ec (patch) | |
tree | ab55c261a4a2f1d994fefc87484c755d7010dc14 /configure.ac | |
parent | 71056c28175fae03e522426ec9ad9af097d9bcf0 (diff) | |
download | php-git-php-7.3.5.tar.gz |
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 42746a47d9..9a54b5d51f 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=5 -PHP_EXTRA_VERSION="RC1" +PHP_EXTRA_VERSION="" 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` |