summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2019-03-05 13:48:56 +0000
committerChristoph M. Becker <cmb@php.net>2019-03-05 13:48:56 +0000
commit9ebd7f36b1bcbb2b425ab8e903846f3339d6d566 (patch)
tree5cad185fa2836fbb4da73daba1d0a394d5bada2b /configure.ac
parent3e7c52454fcf038f91f948d609741c915b6a0161 (diff)
downloadphp-git-php-7.3.3.tar.gz
Update version for PHP 7.3.3php-7.3.3PHP-7.3.3
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 fc811dc8f4..c431335841 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=3
-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`