summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2019-04-02 15:06:27 +0000
committerSara Golemon <pollita@php.net>2019-04-02 15:06:27 +0000
commit2132588c04e9c1061ac9d3a4f583cd02b9fe441d (patch)
tree7a6d91edacafc4a25b28fe7e70c326b1672cba42
parentf3bc3838009ab7c82b307add1f9cf0426e9e5170 (diff)
downloadphp-git-2132588c04e9c1061ac9d3a4f583cd02b9fe441d.tar.gz
Update versions for PHP 7.2.17php-7.2.17
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8e377930cd..2856d8fc65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
PHP_RELEASE_VERSION=17
-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 7fd60db3bc..72fe937922 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 17
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.17-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.17"
#define PHP_VERSION_ID 70217