summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2021-02-02 10:38:52 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2021-02-02 10:38:52 +0100
commitc800ecda065b5642dde6aff5484d58d91d77f66c (patch)
tree204a540a1d98497ca0bf4b1727a4f46f1a96238b /configure.ac
parent57257a43357a4d7c2118afffc34136de4bb10817 (diff)
downloadphp-git-PHP-7.3.27.tar.gz
Prepare for 7.3.27php-7.3.27PHP-7.3.27
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 9bf637ef11..ab31254deb 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=27
-PHP_EXTRA_VERSION="-dev"
+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`