summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2021-01-05 13:50:36 +0000
committerGabriel Caruso <carusogabriel34@gmail.com>2021-01-05 13:50:36 +0000
commit94d96b3c979a60e47abe209506c3947a16abff40 (patch)
treec3d64a73690b31c57f6f290a87e025cfb3b655e1 /main/php_version.h
parent701e4232887ac151e4e37122df28033bab099a84 (diff)
downloadphp-git-php-8.0.1.tar.gz
Update versions for PHP 8.0.1php-8.0.1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 7da21cab4a..384fd11146 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "8.0.1-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "8.0.1"
#define PHP_VERSION_ID 80001