File tree Expand file tree Collapse file tree
source/blender/blenkernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919/** Blender major and minor version. */
2020#define BLENDER_VERSION 405
2121/** Blender patch version for bug-fix releases. */
22- #define BLENDER_VERSION_PATCH 10
22+ #define BLENDER_VERSION_PATCH 11
2323/** Blender release cycle stage: alpha/beta/rc/release. */
2424#define BLENDER_VERSION_CYCLE release
2525/** Blender release type suffix. LTS or blank. */
2626#define BLENDER_VERSION_SUFFIX release
2727
2828/* Blender file format version. */
2929#define BLENDER_FILE_VERSION BLENDER_VERSION
30- #define BLENDER_FILE_SUBVERSION 102
30+ #define BLENDER_FILE_SUBVERSION 110
3131
3232/* Minimum Blender version that supports reading file written with the current
3333 * version. Older Blender versions will test this and cancel loading the file, showing a warning to
You can’t perform that action at this time.
0 commit comments