summaryrefslogtreecommitdiff
path: root/epgfixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer.c')
-rw-r--r--epgfixer.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epgfixer.c b/epgfixer.c
index 04bb987..7308b0c 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -16,8 +16,12 @@
#error "VDR-1.7.26 API version or greater is required!"
#endif
-static const char *VERSION = "0.1.0";
-static const char *DESCRIPTION = trNOOP("Fix bugs in EPG");
+#ifndef GITVERSION
+#define GITVERSION ""
+#endif
+
+static const char VERSION[] = "0.1.0" GITVERSION;
+static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {
private: