diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-25 14:44:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-25 14:44:15 +0200 |
commit | f5d310a7da41456582e85e67376bcda99321a169 (patch) | |
tree | 08fbaac62735aa06fb337a2a5bd827550de685a6 /opentrack-version.h | |
parent | 5f8f39873d8f1caddc6eca9ccc765e37176012c1 (diff) |
Fix installer versionopentrack-2.0a7
Diffstat (limited to 'opentrack-version.h')
-rw-r--r-- | opentrack-version.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/opentrack-version.h b/opentrack-version.h index 1b941000..f31d5edf 100644 --- a/opentrack-version.h +++ b/opentrack-version.h @@ -1,3 +1,7 @@ #ifndef OPENTRACK_VERSION -# define OPENTRACK_VERSION "Mourns-For-Trees" +# define OPENTRACK_VERSION @OPENTRACK_COMMIT_VERSION@ +#else +# ifndef OPENTRACK_VERSION +# define OPENTRACK_VERSION "Mourns-For-Trees" +# endif #endif |