summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2021-03-16 09:35:47 +0000
committerDerick Rethans <github@derickrethans.nl>2021-03-16 09:35:47 +0000
commit03e860e11c70c01801e600ac8f4e87b89d2a86f7 (patch)
tree718cd526d49addab0bd17754d7bc6e71e2508a63
parent4c767029868b8601a9414c9ea2b2849b6198f100 (diff)
downloadphp-git-php-7.4.17RC1.tar.gz
Update versions for PHP 7.4.17RC1php-7.4.17RC1
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8c634d738a..39ed92a62a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
-AC_INIT([PHP],[7.4.17-dev],[https://bugs.php.net],[php],[https://www.php.net])
+AC_INIT([PHP],[7.4.17RC1],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
diff --git a/main/php_version.h b/main/php_version.h
index 75915799e5..2270f5c57b 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 17
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.4.17-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "7.4.17RC1"
#define PHP_VERSION_ID 70417