diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-15 09:17:58 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-09-15 09:17:58 +0200 |
commit | 25b6c0ced0a23697aef4367e44136795d8d29bec (patch) | |
tree | 0c6c633f739427df0e40761306b589b62b4203c2 /configure.ac | |
parent | 4e198c00646604b5fe6726cdc9eba4c2b7861ce2 (diff) | |
download | php-git-php-7.3.23RC1.tar.gz |
Prepare for 7.3.23RC1php-7.3.23RC1
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 2626bc5fed..54e10fd545 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=23 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="RC1" 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` |