Update README re: manageusers.py
[quassel.git] / version.h.in
1 // Version information
2 #define QUASSEL_MAJOR @QUASSEL_MAJOR@
3 #define QUASSEL_MINOR @QUASSEL_MINOR@
4 #define QUASSEL_PATCH @QUASSEL_PATCH@
5 #define QUASSEL_VERSION_STRING "@QUASSEL_VERSION_STRING@"
6
7 // Determined from Git
8 #define GIT_HEAD "@GIT_HEAD@"
9 #define GIT_DESCRIBE "@GIT_DESCRIBE@"
10
11 // Will be substituted in official tarballs
12 #define DIST_HASH "$Format:%H$"
13 #define DIST_DATE "$Format:%at$"