diff options
| author | Sara Golemon <pollita@php.net> | 2018-09-25 17:44:59 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2018-09-25 17:44:59 +0000 |
| commit | db815890c62022c6befbd3d098313e24b89208e8 (patch) | |
| tree | afdba90e24117fa3335ca452add6d9d051cbef68 /configure.ac | |
| parent | 4dd99a77c72b586d61db97dce03e116133fda81d (diff) | |
| download | php-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.ac | 2 |
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` |
