summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-06-20 19:25:56 +0200
committerJoe Watkins <krakjoe@php.net>2018-06-20 19:25:56 +0200
commita9d82b8e263d361731f5e66041ed26e65e2c28b5 (patch)
tree9b17ec779fa19c3b1c3b6ca3cc6f1bb41b185510 /main/php_version.h
parentf8fd18ac2fc31866db4dff730e4e6ccd5a4d52d9 (diff)
downloadphp-git-PHP-7.1.19.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 b2bd65c898..6494accddf 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 19
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.19RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.19"
#define PHP_VERSION_ID 70119