summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-03-14 13:16:07 +0000
committerJoe Watkins <krakjoe@php.net>2017-03-14 13:16:07 +0000
commit9f1492bb895ce297c660bde3fabb5e27a20a7cbd (patch)
treee15228e4ae38f39d3bb6f64895eb3d883cf008cf /main/php_version.h
parente6e45428d3e227bb09b3502b5467c599bc699da0 (diff)
downloadphp-git-PHP-7.1.3.tar.gz
bump version for releasephp-7.1.3PHP-7.1.3
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 c681e7bcc8..ad2208ff26 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 3
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.3RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.3"
#define PHP_VERSION_ID 70103