Release cycle: Set to RC for Blender 3.2.2 corrective release.

This commit is contained in:
Thomas Dinges 2022-07-15 14:34:05 +02:00
parent a2d59b2dac
commit a009159314
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 1
#define BLENDER_VERSION_PATCH 2
/** 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