summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-10-08 09:12:10 +0000
committerRemi Collet <remi@php.net>2019-10-08 09:12:10 +0000
commit70501e28743d2a1490d225a8eb44ac138036f25b (patch)
treebf0950dbe86e35296fefb117722ce1107722077a /configure.ac
parentfe947d245b47c64ab6cef18074dd522b01a0ba04 (diff)
downloadphp-git-php-7.2.24RC1.tar.gz
Update versions for PHP 7.2.24RC1php-7.2.24RC1
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 fab82ed42c..04ad08caca 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=24
-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`