Release cycle: RC for Blender 3.1.2 corrective release.

This commit is contained in:
Philipp Oeser 2022-03-31 12:33:52 +02:00
parent d91843f3b6
commit b486421284
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ extern "C" {
/* Blender major and minor version. */
#define BLENDER_VERSION 301
/* 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