summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-09-25 17:44:59 +0000
committerSara Golemon <pollita@php.net>2018-09-25 17:44:59 +0000
commitdb815890c62022c6befbd3d098313e24b89208e8 (patch)
treeafdba90e24117fa3335ca452add6d9d051cbef68 /configure.ac
parent4dd99a77c72b586d61db97dce03e116133fda81d (diff)
downloadphp-git-php-7.2.11RC1.tar.gz
Update versions for PHP 7.2.11RC1php-7.2.11RC1
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 11f85e0748..cf1bfd63aa 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=2
PHP_RELEASE_VERSION=11
-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`