summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-08-28 09:08:23 +0200
committerJoe Watkins <krakjoe@php.net>2019-08-28 09:08:23 +0200
commitfadd7f0f1e7a44d6209b5c5cf30870e4b73efa7d (patch)
tree124e16e806f8be06251f6d33dbfb19aaf6c7c57a
parent481520d3819b0b68b65539ff59b4bd2f018d6e5f (diff)
downloadphp-git-fadd7f0f1e7a44d6209b5c5cf30870e4b73efa7d.tar.gz
bump versions after release
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index a46a8e01b8..48f862774d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, PHP 7.1.33
+
+
+
29 Aug 2019, PHP 7.1.32
- mbstring:
diff --git a/configure.in b/configure.in
index 9f05672eb0..24e1e0f25d 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
-PHP_RELEASE_VERSION=32
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=33
+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 829754b3bd..8def7e0f43 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 32
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "7.1.32"
-#define PHP_VERSION_ID 70132
+#define PHP_RELEASE_VERSION 33
+#define PHP_EXTRA_VERSION "dev"
+#define PHP_VERSION "7.1.33"
+#define PHP_VERSION_ID 70133