summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2019-02-19 11:14:39 +0000
committerChristoph M. Becker <cmb@php.net>2019-02-19 11:14:39 +0000
commit08daf96c92f1092fb275d5d26e57e2a61a9cb831 (patch)
treef25f84a1add1a551acc31cfc4f9b9766d51cd99d /configure.ac
parent3b3fafa637914d59c5588d72ddd0f6016642be0a (diff)
downloadphp-git-php-7.3.3RC1.tar.gz
Update version for PHP 7.3.3RC1php-7.3.3RC1
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 c1a9b9a560..fc811dc8f4 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="-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`