summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-04-02 15:28:17 +0200
committerJoe Watkins <krakjoe@php.net>2019-04-02 15:28:17 +0200
commitedcb43edfc54d69968531dc4ef37150e21c45f4c (patch)
tree80a5f5b59eb630fd072a0dc6a58f96c296c4fd61 /main/php_version.h
parentdc1cd3daf2521b352b0c9fa6ade7e49a8cc63130 (diff)
downloadphp-git-edcb43edfc54d69968531dc4ef37150e21c45f4c.tar.gz
set versions for 7.1.28php-7.1.28
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 1c939f607b..ed49d64550 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 28
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.1.28-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.28"
#define PHP_VERSION_ID 70128