summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorDavey Shafik <davey@php.net>2016-12-02 01:44:45 +0000
committerDavey Shafik <davey@php.net>2016-12-02 01:44:45 +0000
commit85b9055a86c946a99e2fc0923c3c7ae509691d80 (patch)
tree9fba399f173e8444a7c5436c07f38f76599efb0d /main/php_version.h
parent6f86dd330ba910552e9dfee0b33a81779ff379b2 (diff)
downloadphp-git-PHP-7.1.0.tar.gz
Update versions/dates for PHP 7.1.0PHP-7.1.0
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 4714e5dc4b..4357ff306b 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 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.0-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.0"
#define PHP_VERSION_ID 70100