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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-18 17:28:17 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-18 17:36:07 +0300
commit4dbea85a3fdbc9726a1e23d4f7a9ab767a12ddbb (patch)
tree5d57291eaca8815b7f8cc94fa42c4281df6e33e9 /source/blender/blenkernel/BKE_blender_version.h
parent6278ab59bcd90ff17754aed1006228fd062173ba (diff)
Fix preference for file browser and new window not being saved
The subversion should just be bumped for cases like this, it doesn't cost anything and functioning correctly is most important.
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 89f83c44c11..21ef70b7bcd 100644
--- a/source/blender/blenkernel/BKE_blender_version.h
+++ b/source/blender/blenkernel/BKE_blender_version.h
@@ -27,7 +27,7 @@
* \note Use #STRINGIFY() rather than defining with quotes.
*/
#define BLENDER_VERSION 281
-#define BLENDER_SUBVERSION 11
+#define BLENDER_SUBVERSION 12
/** Several breakages with 280, e.g. collections vs layers. */
#define BLENDER_MINVERSION 280
#define BLENDER_MINSUBVERSION 0