summaryrefslogtreecommitdiffstats
path: root/src/core/version.hh
blob: 627df17594df7c65c1fe81a9a91d517e7e0e8ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CORE_VERSION_HH
#define CORE_VERSION_HH 1
#pragma once

extern const unsigned long project_version_major;
extern const unsigned long project_version_minor;
extern const unsigned long project_version_patch;
extern const unsigned long project_version_tweak;

extern const char* project_version_string;

#endif // CORE_VERSION_HH