blob: 8ce640320a15955772bfdba7c42ad1c1c8dd07f6 (
plain) (
tree)
|
|
/* VERSION DEFINITIONS */
#define VER_MAJOR ${PROJECT_VERSION_MAJOR}
#define VER_MINOR ${PROJECT_VERSION_MINOR}
#define VER_RELEASE ${PROJECT_VERSION_PATCH}
#define VER_BUILD ${PROJECT_VERSION_TWEAK}
|