diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:48:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:48:06 +0200 |
commit | 18e2eb1ad59db93f575bf9199d9f361c05161e70 (patch) | |
tree | 97310231baa38b7652bd51df8fb525444a9a1dc1 /opentrack-version.h | |
parent | 82d38a7ed6f1238909c6a493b002a9d4cafe548d (diff) |
integrate Git version in the titlebar
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'opentrack-version.h')
-rw-r--r-- | opentrack-version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opentrack-version.h b/opentrack-version.h index 4a60f25e..1b941000 100644 --- a/opentrack-version.h +++ b/opentrack-version.h @@ -1 +1,3 @@ -#define OPENTRACK_VERSION "2.0a6" +#ifndef OPENTRACK_VERSION +# define OPENTRACK_VERSION "Mourns-For-Trees" +#endif |