summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-08-29 16:49:05 +0000
committerSara Golemon <pollita@php.net>2018-08-29 16:49:05 +0000
commit538489dbe8cd0d7799559d2861a2400d7a1f6031 (patch)
treedbc830338e105036d45b06d8f7a2fe44785c2eed
parentb7df57c9f6f2943f654af55e20e08286b175bcde (diff)
downloadphp-git-php-7.1.22RC1.tar.gz
Update versions for PHP 7.1.22RC1php-7.1.22RC1
-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 8999db449f..df95823eef 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=22
-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 01ca986206..c442f221b8 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 22
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.22-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.1.22RC1"
#define PHP_VERSION_ID 70122