Bump version to 3.2-rc1

This commit is contained in:
Sybren A. Stüvel 2023-02-21 11:16:37 +01:00
parent 49d8c4e6fd
commit 372bb66e09

View File

@ -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