summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-09-11 13:44:05 +0000
committerSara Golemon <pollita@php.net>2018-09-11 13:44:05 +0000
commit7f6558bf5d54cc03ad8cdad3c13188563c24f422 (patch)
tree73ffd0179e5dd392e3e74ef944a3c94277741f83
parentc1372ebdf13052f264a46997737468ab046cc752 (diff)
downloadphp-git-7f6558bf5d54cc03ad8cdad3c13188563c24f422.tar.gz
Update versions for PHP 7.1.22php-7.1.22
-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..805499126e 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=""
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..5fc0997f4f 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 ""
+#define PHP_VERSION "7.1.22"
#define PHP_VERSION_ID 70122