summaryrefslogtreecommitdiff
path: root/main/php_version.h
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 /main/php_version.h
parentf6a1f6592de0bead5042eaf6562083b30ae2b2f7 (diff)
downloadphp-git-php-7.1.25.tar.gz
Update versions for PHP 7.1.25php-7.1.25
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
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