Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_blender_version.h
| Show All 18 Lines | |||||
| /** \file | /** \file | ||||
| * \ingroup bke | * \ingroup bke | ||||
| */ | */ | ||||
| /* 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 280 | #define BLENDER_VERSION 280 | ||||
| #define BLENDER_SUBVERSION 51 | #define BLENDER_SUBVERSION 52 | ||||
| /* 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 | ||||
| /* 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 */ | ||||
| #define BLENDER_VERSION_CYCLE beta | #define BLENDER_VERSION_CYCLE beta | ||||
| extern char versionstr[]; /* from blender.c */ | extern char versionstr[]; /* from blender.c */ | ||||
| #endif /* __BKE_BLENDER_VERSION_H__ */ | #endif /* __BKE_BLENDER_VERSION_H__ */ | ||||