summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2019-10-15 11:28:16 +0000
committerDerick Rethans <github@derickrethans.nl>2019-10-15 11:28:16 +0000
commitd608ac6ee917c1da75868bd9cf40d5029d5e8a18 (patch)
treeeda3c63f743004e6690805cd3e0a01736052544d /main/php_version.h
parent998be7752c0c518c17e3b614ac13a11564b1cb52 (diff)
downloadphp-git-php-7.4.0RC4.tar.gz
Update versions for PHP 7.4.0RC4php-7.4.0RC4
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 6f2f3c032d..88932ac03b 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 "RC4"
+#define PHP_VERSION "7.4.0RC4"
#define PHP_VERSION_ID 70400