summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 09:21:39 +0200
committerGabriel Caruso <carusogabriel34@gmail.com>2020-10-09 11:37:27 +0200
commit14806e0824ecd598df74cac855868422e44aea53 (patch)
treec73e9efc116ea5e24c8112e2367b8cac199bd674 /main
parent503999910b186d11345a0277d1d34d4b30ed4e49 (diff)
downloadphp-git-14806e0824ecd598df74cac855868422e44aea53.tar.gz
Prepare for PHP 8.1
Closes GH-6305.
Diffstat (limited to 'main')
-rw-r--r--main/php.h2
-rw-r--r--main/php_version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index f796577249..68076befde 100644
--- a/main/php.h
+++ b/main/php.h
@@ -22,7 +22,7 @@
#include <dmalloc.h>
#endif
-#define PHP_API_VERSION 20200930
+#define PHP_API_VERSION 20201009
#define PHP_HAVE_STREAMS
#define YYDEBUG 0
#define PHP_DEFAULT_CHARSET "UTF-8"
diff --git a/main/php_version.h b/main/php_version.h
index 24765617cb..66d4367856 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,8 +1,8 @@
/* automatically generated by configure */
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
-#define PHP_MINOR_VERSION 0
+#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.0-dev"
-#define PHP_VERSION_ID 80000
+#define PHP_VERSION "8.1.0-dev"
+#define PHP_VERSION_ID 80100