summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2019-11-10 23:33:21 +0000
committerDerick Rethans <github@derickrethans.nl>2019-11-10 23:33:21 +0000
commit585cebfc9810742138f065f04241c91071da3081 (patch)
treea1a515342f6fb4a0483eba00f0f27553c0b50a05 /main
parentb3ec91581f004bac150473994cf88e23629c9a60 (diff)
downloadphp-git-php-7.4.0RC6.tar.gz
Update versions for PHP 7.4.0RC6php-7.4.0RC6
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 6f2f3c032d..107815a24a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.0-dev"
+#define PHP_EXTRA_VERSION "RC6"
+#define PHP_VERSION "7.4.0RC6"
#define PHP_VERSION_ID 70400