summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-12-04 18:32:04 +0000
committerSara Golemon <pollita@php.net>2018-12-04 18:32:04 +0000
commite7e4f7dc83ab36dfab7b9df00fd1732caca94365 (patch)
treea6100aaae4ba9c7175e03463336f900aafbd9694
parentf6a1f6592de0bead5042eaf6562083b30ae2b2f7 (diff)
downloadphp-git-e7e4f7dc83ab36dfab7b9df00fd1732caca94365.tar.gz
Update versions for PHP 7.1.25php-7.1.25
-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 a27260ac8a..7a78274493 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=25
-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 2a11270320..0125bd7807 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 25
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.25-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.25"
#define PHP_VERSION_ID 70125