summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-08-29 10:54:23 +0200
committerAnatol Belski <ab@php.net>2017-08-29 10:54:23 +0200
commit65a9f5f822e844563f64b26c6fbf51acb3d100bc (patch)
treebff2be90a2e19e062921dda8887bd9cfe99675d5 /main/php_version.h
parent5100c51d52d019faf3528838db8e3f1e6ce5f3b8 (diff)
downloadphp-git-PHP-7.0.23.tar.gz
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 027b8c3ad4..d85ac146a3 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 23
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.23RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.23"
#define PHP_VERSION_ID 70023