Skip to content

Commit af019f5

Browse files
committed
4.5.11版本
1 parent 4e8a57c commit af019f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/blender/blenkernel/BKE_blender_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
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

0 commit comments

Comments
 (0)