Blender 3.2: Version bump to 3.2.1

Setting version and flag to RC for the upcoming corrective release.
This commit is contained in:
Thomas Dinges 2022-06-22 10:36:20 +02:00
parent e05e1e3691
commit 0a50528243
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ extern "C" {
/* Blender major and minor version. */
#define BLENDER_VERSION 302
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 0
#define BLENDER_VERSION_PATCH 1
/** Blender release cycle stage: alpha/beta/rc/release. */
#define BLENDER_VERSION_CYCLE release
#define BLENDER_VERSION_CYCLE rc
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION