Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_blender_version.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 280 | #define BLENDER_VERSION 280 | ||||
| #define BLENDER_SUBVERSION 21 | #define BLENDER_SUBVERSION 22 | ||||
| /* Several breakages with 280, e.g. collections vs layers */ | /* Several breakages with 280, e.g. collections vs layers */ | ||||
| #define BLENDER_MINVERSION 280 | #define BLENDER_MINVERSION 280 | ||||
| #define BLENDER_MINSUBVERSION 0 | #define BLENDER_MINSUBVERSION 0 | ||||
| Context not available. | |||||