summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-01-22 07:45:58 +0000
committerRemi Collet <remi@php.net>2020-01-22 07:45:58 +0000
commit40c86aa3af2e25971e9c13460ca874348456410d (patch)
tree61c48733d5aab0ef730490ff0ba3e5061e1a8101 /main/php_version.h
parent525e494fe5b65f05d62fe5a7bacd1bd8cd72ed1e (diff)
downloadphp-git-php-7.2.27.tar.gz
Update versions for PHP 7.2.27php-7.2.27
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 fde315fa5c..9823553f8b 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 27
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.27-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.2.27"
#define PHP_VERSION_ID 70227