summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-09-28 14:50:54 +0000
committerSara Golemon <pollita@php.net>2018-09-28 14:50:54 +0000
commit265ab8c606d92448fd3ea94931a64ca7e26041db (patch)
treea2b3ca80867e002417381bbd7e45981b4eec8e34
parentbc60da9e04aeb5ea3b90d669a421cbde44322488 (diff)
downloadphp-git-php-7.1.23RC1.tar.gz
Update versions for PHP 7.1.23RC1php-7.1.23RC1
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 8999db449f..b5f43803e5 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=22
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=23
+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 01ca986206..c4c7315e2e 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 22
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.22-dev"
-#define PHP_VERSION_ID 70122
+#define PHP_RELEASE_VERSION 23
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.23RC1"
+#define PHP_VERSION_ID 70123