Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-11-17 05:27:13 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-11-17 05:27:13 +0300
commit61bffa565ec2b43b6131f6e459b7c07970b8a5db (patch)
treec7299e37439921d68c197153331f3c4342e43917 /source/blender/blenkernel/BKE_blender_version.h
parentf72dc005696f7259a15061c59212129ea1836d80 (diff)
Fix T90412: Inconsistency in mask strip color
This seems to be oversight in 271231f58ee3 where strip color was defined only for light theme.
Diffstat (limited to 'source/blender/blenkernel/BKE_blender_version.h')
-rw-r--r--source/blender/blenkernel/BKE_blender_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index 00934ef2002..43784b5a856 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -39,7 +39,7 @@ extern "C" {
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION
-#define BLENDER_FILE_SUBVERSION 1
+#define BLENDER_FILE_SUBVERSION 2
/* Minimum Blender version that supports reading file written with the current
* version. Older Blender versions will test this and show a warning if the file