From 9f1ace246951e3d54f6e75d9b8d548501bc4ee0b Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 8 Dec 2013 01:36:31 +0200 Subject: Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlines and EDGE_SELECT theme colors for selected edges. --- 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 989a5991074..aa6932a42a0 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 269 -#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 -- cgit v1.2.3