summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-11-24 11:30:11 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-24 11:30:11 +0100
commiteb3c99c6d1a33ff30869b2f7fc6c141726ac9f70 (patch)
tree686dd32b16bbbbd91ddb8ce5a4bbc5518540c04d /configure.ac
parent0d00eead4830edb1958fa795d6d562fe0c509d2e (diff)
downloadphp-git-PHP-7.3.25.tar.gz
Prepare for 7.3.25php-7.3.25PHP-7.3.25
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4e9a7bf2be..38f55ed013 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=25
-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`