diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | skinflatplus.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'skinflatplus' Revision History --------------------------------------- -2014-XX-XX: Version 0.4.3 +2014-10-29: Version 0.4.3 - [add] option to draw the menu background over the entire height - [add] sort icon in recordings menu - [add] options to show the number of recordings in title in recording menu diff --git a/po/de_DE.po b/po/de_DE.po index d3cadea7..97938a0d 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-skinflat 0.4.2\n" +"Project-Id-Version: vdr-skinflat 0.4.3\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2014-10-21 18:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/skinflatplus.c b/skinflatplus.c index b84346d1..cfd2a6c3 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.4.2"; +static const char *VERSION = "0.4.3"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |