From 5805a8d36d77404b868fe9f806261c3d0b5aed42 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 5 Sep 2013 15:09:10 +0000 Subject: Expose theme color of shadow UVs (These include UVs that are drawn in texture paint modes and as modified mesh uvs overlay) and UVs of other objects. --- source/blender/blenkernel/BKE_blender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_blender.h') diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h index 84e24df43e5..13fd4b2bab7 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 2 +#define BLENDER_SUBVERSION 3 /* 262 was the last editmesh release but it has compatibility code for bmesh data */ #define BLENDER_MINVERSION 262 #define BLENDER_MINSUBVERSION 0 -- cgit v1.2.3