Version bump: 2.93.6-rc

This commit is contained in:
Jeroen Bakker 2021-10-06 12:52:36 +02:00
parent a791bdabd0
commit 0930a70e81
Notes: blender-bot 2023-02-14 02:43:21 +01:00
Referenced by issue #92484, Blender 2.93. crashes with meshes with zero length edges
Referenced by issue #91984, Blender crashes when clicking a few buttons
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 5
#define BLENDER_VERSION_PATCH 6
/** 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