Release cycle: Version bump to 2.93.14 rc

This commit is contained in:
Philipp Oeser 2023-01-13 10:03:22 +01:00
parent 5bbee76cff
commit fb99a3fa48
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 293
/* Blender patch version for bugfix releases. */
#define BLENDER_VERSION_PATCH 13
#define BLENDER_VERSION_PATCH 14
/** 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