Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_blender.h
| Context not available. | |||||
| * 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 275 | #define BLENDER_VERSION 275 | ||||
| #define BLENDER_SUBVERSION 1 | #define BLENDER_SUBVERSION 2 | ||||
| /* Several breakages with 270, e.g. constraint deg vs rad */ | /* Several breakages with 270, e.g. constraint deg vs rad */ | ||||
| #define BLENDER_MINVERSION 270 | #define BLENDER_MINVERSION 270 | ||||
| #define BLENDER_MINSUBVERSION 5 | #define BLENDER_MINSUBVERSION 5 | ||||
| Context not available. | |||||