1// Version information
2#define QUASSEL_MAJOR 0
3#define QUASSEL_MINOR 11
4#define QUASSEL_PATCH 0
5#define QUASSEL_VERSION_STRING "0.11-pre"
6
7// Determined from Git
8#define GIT_HEAD "12e650ff4be67680e3e3f31e2aa79653c429756b"
9#define GIT_DESCRIBE "0.11-pre-104-g12e650f"
10
11// Will be substituted in official tarballs
12#define DIST_HASH "$Format:%H$"
13#define DIST_DATE "$Format:%at$"
14