diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:54:54 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:54:54 +0300 |
commit | 7edba06d8a957de3d99843cc52cb50c1eff7e758 (patch) | |
tree | 4be6cf91651a0f0314a33ace750bef0fdbf2181e /duplicates.c | |
parent | 554759de812beb5dcfdc423b1225e5e15ef80713 (diff) | |
download | vdr-plugin-duplicates-7edba06d8a957de3d99843cc52cb50c1eff7e758.tar.gz vdr-plugin-duplicates-7edba06d8a957de3d99843cc52cb50c1eff7e758.tar.bz2 |
Version 0.0.5:
- Fixed compilation with VDR 1.7.28, thanks to Matti Lehtimäki and Joerg Bornkessel
Diffstat (limited to 'duplicates.c')
-rw-r--r-- | duplicates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.c b/duplicates.c index 7294506..d2f0fb9 100644 --- a/duplicates.c +++ b/duplicates.c @@ -11,7 +11,7 @@ #include "config.h" #include "menu.h" -static const char *VERSION = "0.0.4"; +static const char *VERSION = "0.0.5"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |