summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-07-31 16:37:25 +0200
committerJoe Watkins <krakjoe@php.net>2018-07-31 16:37:25 +0200
commit1891246c6637119e7ff5ab0d9826cf8f19223dac (patch)
treeae0fe9421a1cf9561755b183d98314fcb670aeb9
parent2870178720a573ca60eb4e99fedcf7cf5eb39dd5 (diff)
downloadphp-git-1891246c6637119e7ff5ab0d9826cf8f19223dac.tar.gz
set version
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 0ab5c59e4d..ff4565572f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.1.21
+16 Aug 2018, PHP 7.1.21
- Calendar:
. Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
diff --git a/configure.in b/configure.in
index b920d5b768..dc4cd1368f 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ 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_RELEASE_VERSION=21
+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..c2803f0f47 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#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_VERSION_ID 70120
+#define PHP_RELEASE_VERSION 21
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.20RC1"
+#define PHP_VERSION_ID 70121