summaryrefslogtreecommitdiffstats
path: root/core/version.cc.in
blob: 0c255c91557d5259e42f4ee5a4f35d5bc281d042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "core/pch.hh"

#include "core/version.hh"

// clang-format off
const unsigned long project_version_major = ${PROJECT_VERSION_MAJOR};
const unsigned long project_version_minor = ${PROJECT_VERSION_MINOR};
const unsigned long project_version_patch = ${PROJECT_VERSION_PATCH};
const unsigned long project_version_tweak = ${PROJECT_VERSION_TWEAK};
// clang-format on

const char* project_version_string = "${PROJECT_VERSION}";