summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2019-01-08 17:27:39 +0000
committerSara Golemon <pollita@php.net>2019-01-08 17:27:39 +0000
commitb3ad2be890e86c69cdc661739c74b677b46a53cb (patch)
tree2448f17832c8d2302a629ed7e88c7890933806b7
parentbc27e1a275094cfc42ae5b281320519b91acd540 (diff)
downloadphp-git-php-7.1.26.tar.gz
Update versions for PHP 7.1.26php-7.1.26
-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 76cd1d78e4..efbfab9404 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=26
-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 d61d2e301c..db51b5a646 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 26
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.26-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.26"
#define PHP_VERSION_ID 70126