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@pandora.be>2013-09-10 17:25:39 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-09-10 17:25:39 +0400
commite052fc9819cf295988c6c9bfd9cc25ac1057b5e8 (patch)
tree76a9c03f2eaf8cbaf678b4c9104f394ecbc45904 /source/blender/blenkernel/BKE_blender.h
parentb6bdb122c2a0fba356541340664ef76698db7544 (diff)
Fix #36271: missing (+) icon for toolbar in compositing layout in default startup.blend.
Diffstat (limited to 'source/blender/blenkernel/BKE_blender.h')
-rw-r--r--source/blender/blenkernel/BKE_blender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 519d0c7fd6b..f434bcf3cad 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -42,7 +42,7 @@ extern "C" {
* and keep comment above the defines.
* Use STRINGIFY() rather than defining with quotes */
#define BLENDER_VERSION 268
-#define BLENDER_SUBVERSION 4
+#define BLENDER_SUBVERSION 5
/* 262 was the last editmesh release but it has compatibility code for bmesh data */
#define BLENDER_MINVERSION 262
#define BLENDER_MINSUBVERSION 0