diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-29 20:12:42 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-10-29 20:12:42 +0100 |
commit | 521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c (patch) | |
tree | fcf485ea9e92427724fe1243b8707803351c0e82 | |
parent | 8709dc7a81f475e8238925fe5d7fed47aef0a68f (diff) | |
download | skin-flatplus-521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c.tar.gz skin-flatplus-521a6dc17ed9fc515e5f1bc8bfaf95ce04e83e8c.tar.bz2 |
release version 0.4.3
-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 { |