summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2020-12-15 10:30:55 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2020-12-15 10:30:55 -0300
commitf1f78ac875fcfbf1347eb81eac06c11343c4a664 (patch)
tree5614b3345732d61c2ee646c7a2155d78454b0d41 /main
parentde78786566e6094cd6517d99a57ad5b97f95a18b (diff)
downloadphp-git-f1f78ac875fcfbf1347eb81eac06c11343c4a664.tar.gz
Next is 8.0.2
Diffstat (limited to 'main')
-rw-r--r--main/php_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 7da21cab4a..bb2c927874 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 8
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 1
+#define PHP_RELEASE_VERSION 2
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.1-dev"
-#define PHP_VERSION_ID 80001
+#define PHP_VERSION "8.0.2-dev"
+#define PHP_VERSION_ID 80002