From 8652f32a1e28c27d55d86f9a7c8b6dea8f93a40d Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 25 Sep 2024 20:43:50 +0200 Subject: [PATCH] [release/9.0.1xx-rc2] Make this the RC 2 branch! --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index c61e69ace7d2..94ff5ebebd52 100644 --- a/Make.config +++ b/Make.config @@ -141,7 +141,7 @@ endif ## Note that the prerelease identifier should be as short as possible, because otherwise ## the resulting package name can become too long for MSIs. NUGET_HARDCODED_PRERELEASE_IDENTIFIER=net9-rc2 -NUGET_HARDCODED_PRERELEASE_BRANCH=net9.0 +NUGET_HARDCODED_PRERELEASE_BRANCH=release/9.0.1xx-rc2 # compute the alphanumeric version of branch names NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')