Version: Blender v2.91.1 beta

This commit is contained in:
Jeroen Bakker 2021-01-13 14:01:00 +01:00
parent fdcf30d01d
commit d4bb02f5b8
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 291
/* 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 beta
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION