summaryrefslogtreecommitdiff
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
parentc8ff491106f1bdb9f0c62875f52d51cfb461eb5d (diff)
downloadphp-git-PHP-7.0.13.tar.gz
set release versionsphp-7.0.13PHP-7.0.13
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b234780822..29352e7bb2 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=0
PHP_RELEASE_VERSION=13
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
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