summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-05-28 09:52:52 +0200
committerJoe Watkins <krakjoe@php.net>2019-05-28 09:52:52 +0200
commit5533f2490aed3e7c4cea8b22e331c3b40b6b36c2 (patch)
tree766b89be60b9207a602b8d86b694d7b6ffa3dc3a
parentc34895e837b50213c2bb201c612904342d2bd216 (diff)
downloadphp-git-5533f2490aed3e7c4cea8b22e331c3b40b6b36c2.tar.gz
bump version after release
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5c8d7d0fb8..6a143e2ab3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.1.30
+?? ??? 2019, PHP 7.1.31
+
+
+
+30 May 2019, PHP 7.1.30
- EXIF:
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
diff --git a/configure.in b/configure.in
index 9744721cf4..1e1a47bd8e 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
-PHP_RELEASE_VERSION=29
+PHP_RELEASE_VERSION=31
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`
diff --git a/main/php_version.h b/main/php_version.h
index 4883bf1c9e..828be66d17 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 29
+#define PHP_RELEASE_VERSION 31
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.29-dev"
-#define PHP_VERSION_ID 70129
+#define PHP_VERSION "7.1.31-dev"
+#define PHP_VERSION_ID 70131