summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-03-31 13:53:42 +0000
committerDerick Rethans <github@derickrethans.nl>2020-03-31 13:53:42 +0000
commitfb24d93a61343b67e7975164bb3e8dd82def15b2 (patch)
tree209126a896b4f4669b7dfdee5742666f0210357d /main/php_version.h
parent855f008874f27d4561d2990ac4a0cddd9d6e0dd7 (diff)
downloadphp-git-php-7.4.5RC1.tar.gz
Update versions for PHP 7.4.5RC1php-7.4.5RC1
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 78a44f7cf3..61deb4c3d2 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 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.4.5RC1"
#define PHP_VERSION_ID 70405