summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2018-11-06 10:18:43 +0000
committerChristoph M. Becker <cmb@php.net>2018-11-06 10:18:43 +0000
commitdbca024404f75ffef5924ea59489cc008f6af1de (patch)
tree600c935e569d8bf6a7c9dd2a8acd55c489526a3a /configure.ac
parentddd54401db16da197c0ffb7be613e0f90aab8872 (diff)
downloadphp-git-php-7.3.0RC5.tar.gz
Update version for PHP 7.3.0RC5php-7.3.0RC5
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 562e26a067..4f0a015169 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=0
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC5"
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`