summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-10-22 18:58:39 +0200
committerJoe Watkins <krakjoe@php.net>2019-10-22 18:58:39 +0200
commit52f049879a1f29bcef432ac1a1d77c84ebaa6c7b (patch)
tree19553f207f730a1f6ea98f53017496ce2f4e4269
parent326cd05dae2eb411d5fdacede8a4bfa7a0798182 (diff)
downloadphp-git-52f049879a1f29bcef432ac1a1d77c84ebaa6c7b.tar.gz
bump version
-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 7b23346fca..36965f1a4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? ????, PHP 7.1.34
+
+
+
24 Oct 2019, PHP 7.1.33
- FPM:
diff --git a/configure.in b/configure.in
index cd8b8794f0..348f23669f 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=33
-PHP_EXTRA_VERSION=""
+PHP_RELEASE_VERSION=34
+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 7338aa5461..6b92c66e99 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 33
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "7.1.33"
-#define PHP_VERSION_ID 70133
+#define PHP_RELEASE_VERSION 34
+#define PHP_EXTRA_VERSION "dev"
+#define PHP_VERSION "7.1.34"
+#define PHP_VERSION_ID 70134