Release: Bump to 4.1.1 RC

This commit is contained in:
Thomas Dinges
2024-03-28 14:40:03 +01:00
parent 40a5e739e2
commit 8ef57654e1
@@ -23,9 +23,9 @@ extern "C" {
/** Blender major and minor version. */
#define BLENDER_VERSION 401
/** Blender patch version for bug-fix 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