From b8da571036ee79cad6bb893c252d6879318d10c8 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 17 Oct 2011 15:07:08 +0000 Subject: Blender 2.60 release commit! New splash: thanks to Kent Trammell! And thanks to judges committee: Beorn Leonard, Pratik Solanki and Brandon Phoenix. Next: tag & build! --- source/blender/blenkernel/BKE_blender.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h index f6910fede8e..18aa0d8e0ae 100644 --- a/source/blender/blenkernel/BKE_blender.h +++ b/source/blender/blenkernel/BKE_blender.h @@ -43,8 +43,8 @@ extern "C" { /* these lines are grep'd, watch out for our not-so-awesome regex * and keep comment above the defines. * Use STRINGIFY() rather than defining with quotes */ -#define BLENDER_VERSION 259 -#define BLENDER_SUBVERSION 4 +#define BLENDER_VERSION 260 +#define BLENDER_SUBVERSION 0 #define BLENDER_MINVERSION 250 #define BLENDER_MINSUBVERSION 0 -- cgit v1.2.3