summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2021-01-19 13:00:48 -0300
committerGabriel Caruso <carusogabriel34@gmail.com>2021-01-19 13:00:48 -0300
commit34f0f60db50dc0e257193477d6df4b03d5da5a8d (patch)
tree54ba7b9bcae78078b349e04484b75c4eaaf2bf5c /main
parent9ce200f6cb46defb405770914dcce35bc88b14e0 (diff)
downloadphp-git-34f0f60db50dc0e257193477d6df4b03d5da5a8d.tar.gz
Next is 8.0.3
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 bb2c927874..d091796a04 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 2
+#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.2-dev"
-#define PHP_VERSION_ID 80002
+#define PHP_VERSION "8.0.3-dev"
+#define PHP_VERSION_ID 80003