summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-08 13:17:14 +0100
committerAnatol Belski <ab@php.net>2016-11-08 13:17:14 +0100
commit721bcb2b7e7d283f89c300caed54a532e7fc5ddf (patch)
tree9e5bf76a6e7863e7838cd76aa99bbb30dd299411 /main/php_version.h
parentc8ff491106f1bdb9f0c62875f52d51cfb461eb5d (diff)
downloadphp-git-php-7.0.13.tar.gz
set release versionsphp-7.0.13PHP-7.0.13
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 ca0862f511..593b39113c 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 13
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.0.13RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.0.13"
#define PHP_VERSION_ID 70013