diff options
Diffstat (limited to 'epgfixer.c')
-rw-r--r-- | epgfixer.c | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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: |