diff options
author | Sara Golemon <pollita@php.net> | 2019-03-19 14:31:01 -0400 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2019-03-19 14:31:08 -0400 |
commit | 963428a75dbc27f77f39a7da89ad831afce909c9 (patch) | |
tree | 382bf5fedd7276fcbf28d3867a4e5ee8d7c12cfd /configure.ac | |
parent | 78c9a53df722132f9b2a1a4018eba6327438e695 (diff) | |
download | php-git-963428a75dbc27f77f39a7da89ad831afce909c9.tar.gz |
Bump versions for 7.2.18
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 8e377930cd..e6bba07220 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=2 -PHP_RELEASE_VERSION=17 +PHP_RELEASE_VERSION=18 PHP_EXTRA_VERSION="-dev" 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` |