From 372bb66e092dadc7a181b470562f398be61c00ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 21 Feb 2023 11:16:37 +0100 Subject: [PATCH] Bump version to 3.2-rc1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6a860ba..f2c38c8b 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ PKG := git.blender.org/flamenco # To update the version number in all the relevant places, update the VERSION # variable below and run `make update-version`. -VERSION := 3.2-beta -RELEASE_CYCLE := beta +VERSION := 3.2-rc1 +RELEASE_CYCLE := rc # _GIT_DESCRIPTION_OR_TAG is either something like '16-123abc' (when we're 16 # commits since the last tag) or it's something like `v3.0-beta2` (when exactly