summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-01-03 02:10:45 +0000
committerSara Golemon <pollita@php.net>2018-01-03 02:10:45 +0000
commitbdce64e151b0f9352a17f6a0279d4e62da6f6ee9 (patch)
treee5c53a8d0946dd22644df571b8e3fd536c0845ee
parent654580afe5ccd0d1b9dec46f33cf68687fff06e2 (diff)
downloadphp-git-bdce64e151b0f9352a17f6a0279d4e62da6f6ee9.tar.gz
Update versions for PHP 7.1.13php-7.1.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 22da3259d1..846303cce0 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=1
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 f79a685684..59d6921b31 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 13
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.13RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.13"
#define PHP_VERSION_ID 70113