summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-11-07 15:10:23 +0000
committerSara Golemon <pollita@php.net>2018-11-07 15:10:23 +0000
commit5eadf3a999d07c85a01b0efd648e3419bc26d181 (patch)
tree1d2be9b7779003baf8e71a7d54c33719c1daee2d /main
parenta8c531fbc85dabe0c65464e97ca115bc440adf34 (diff)
downloadphp-git-php-7.1.24.tar.gz
Update versions for PHP 7.1.24php-7.1.24
Diffstat (limited to 'main')
-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 49434f4fd0..46702506fc 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 24
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "7.1.24RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "7.1.24"
#define PHP_VERSION_ID 70124