Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_blender.h
| Show All 36 Lines | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| /* these lines are grep'd, watch out for our not-so-awesome regex | /* these lines are grep'd, watch out for our not-so-awesome regex | ||||
| * and keep comment above the defines. | * and keep comment above the defines. | ||||
| * Use STRINGIFY() rather than defining with quotes */ | * Use STRINGIFY() rather than defining with quotes */ | ||||
| #define BLENDER_VERSION 272 | #define BLENDER_VERSION 272 | ||||
| #define BLENDER_SUBVERSION 1 | #define BLENDER_SUBVERSION 2 | ||||
| /* 262 was the last editmesh release but it has compatibility code for bmesh data */ | /* 262 was the last editmesh release but it has compatibility code for bmesh data */ | ||||
| #define BLENDER_MINVERSION 270 | #define BLENDER_MINVERSION 270 | ||||
| #define BLENDER_MINSUBVERSION 5 | #define BLENDER_MINSUBVERSION 5 | ||||
| /* used by packaging tools */ | /* used by packaging tools */ | ||||
| /* can be left blank, otherwise a,b,c... etc with no quotes */ | /* can be left blank, otherwise a,b,c... etc with no quotes */ | ||||
| #define BLENDER_VERSION_CHAR | #define BLENDER_VERSION_CHAR | ||||
| /* alpha/beta/rc/release, docs use this */ | /* alpha/beta/rc/release, docs use this */ | ||||
| ▲ Show 20 Lines • Show All 65 Lines • Show Last 20 Lines | |||||