summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-05-12 06:48:58 +0000
committerRemi Collet <remi@php.net>2020-05-12 06:48:58 +0000
commite4c4be1afd50dec81030e5cd45e3c1543874a4f9 (patch)
tree8f270f0d72e6c304c686e6d643b30b127010aba3
parentf5c361b09a0366d681e8da3429cad1ec77327503 (diff)
downloadphp-git-e4c4be1afd50dec81030e5cd45e3c1543874a4f9.tar.gz
Update versions for PHP 7.2.31php-7.2.31
-rw-r--r--configure.ac4
-rw-r--r--main/php_version.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 9d9776b38b..e45c097896 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,8 +107,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=30
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=31
+PHP_EXTRA_VERSION=""
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`
diff --git a/main/php_version.h b/main/php_version.h
index fe091993d6..eb00d7f8f4 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 30
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.30-dev"
-#define PHP_VERSION_ID 70230
+#define PHP_RELEASE_VERSION 31
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.31"
+#define PHP_VERSION_ID 70231