diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:14:31 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 10:14:31 +0300 |
commit | 5dbd7f50b1466e6628663a100f39cdda32b5e412 (patch) | |
tree | 8cbe4942e5cfe4b4aa6283b45056a8899804d8ac /duplicates.c | |
parent | 990f0f4b89f3603aed89c69089c4f912e8a07d3a (diff) | |
download | vdr-plugin-duplicates-5dbd7f50b1466e6628663a100f39cdda32b5e412.tar.gz vdr-plugin-duplicates-5dbd7f50b1466e6628663a100f39cdda32b5e412.tar.bz2 |
Version 0.0.2:
- Added Italian translations provided by Diego Pierotto.
- Fixed compilation with VDR 1.7.21 and Liemikuutio 1.31.
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 763e77b..e649c6a 100644 --- a/duplicates.c +++ b/duplicates.c @@ -10,7 +10,7 @@ #include <vdr/plugin.h> #include "menu.h" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); |