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:
authorDalai Felinto <dfelinto@gmail.com>2018-06-13 13:59:39 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-06-13 14:01:16 +0300
commit64ecd3d2e7ca9495c0733791b293d682f2a03bd0 (patch)
treea6bdcfb860cf8a4b522e071d6c88e94e61693531 /source/blender/blenkernel/BKE_blender_version.h
parent710f1f2232dd6b702e4ccaa3b4b799bd6883d417 (diff)
Set minimum blender version as 2.80
Technically we probably need to do for the current subversion (17). But the entirely 2.80 series is known to be experimental. The most important part is to notify people that if they open the 2.80 file in master it will loose data.
Diffstat (limited to 'source/blender/blenkernel/BKE_blender_version.h')
-rw-r--r--source/blender/blenkernel/BKE_blender_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_blender_version.h b/source/blender/blenkernel/BKE_blender_version.h
index a1212322983..c3dbb362206 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -29,9 +29,9 @@
* Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 280
#define BLENDER_SUBVERSION 17
-/* Several breakages with 270, e.g. constraint deg vs rad */
-#define BLENDER_MINVERSION 270
-#define BLENDER_MINSUBVERSION 6
+/* Several breakages with 280, e.g. collections vs layers */
+#define BLENDER_MINVERSION 280
+#define BLENDER_MINSUBVERSION 0
/* used by packaging tools */
/* can be left blank, otherwise a,b,c... etc with no quotes */