summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-07-06 13:19:10 +0000
committerSara Golemon <pollita@php.net>2018-07-06 13:19:10 +0000
commit2ee0952b4c36f3a9ffd440de9e4a9bc89d71d606 (patch)
treeeda6e0187f9f512949af880f5ac127aab1f8efdb
parenta5ba6cfc41a200454f03ae9fbe4bfd59786fc00b (diff)
downloadphp-git-php-7.1.20RC1.tar.gz
Update versions for PHP 7.1.20RC1php-7.1.20RC1
-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 d278061ef5..5d3a6468f4 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=20
-PHP_EXTRA_VERSION="-dev"
+PHP_EXTRA_VERSION="RC1"
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 dcb9a710b7..dd6169fafb 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 20
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.20-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.20RC1"
#define PHP_VERSION_ID 70120