Bump version to 3.0.1 release candidate

This commit is contained in:
Brecht Van Lommel 2022-01-06 14:24:31 +01:00
parent f1cca30557
commit f17593ff26
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 300
/* 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