summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2019-12-10 16:40:43 +0000
committerDerick Rethans <github@derickrethans.nl>2019-12-10 16:40:43 +0000
commit4f491838d832ece4e90d3d639cc72e5852001073 (patch)
tree16e458ee2aee15396ff47c499a8e18c198b97533 /main/php_version.h
parent097dc16bf3a1a8b1ae3dc6f4a9da052bf570c8b0 (diff)
downloadphp-git-php-7.4.1RC1.tar.gz
Update versions for PHP 7.4.1RC1php-7.4.1RC1
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 6f2f3c032d..3b36dac7d2 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#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_VERSION_ID 70400
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.4.1RC1"
+#define PHP_VERSION_ID 70401