diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | skinflatplus.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -5,6 +5,7 @@ VDR Plugin 'skinflatplus' Revision History - [add] option to hide "clock" text - [add] option to set program past/remaining time format (past/remaining, past, remaining) - [update] plugin settings column width from 30 to 35 +- [update] fnu anthra themes (thanks to Frank [fnu@vdr-portal]) 2014-08-09: Version 0.4.0 - [update] topbar position of text diff --git a/po/de_DE.po b/po/de_DE.po index 5364cb89..c76cd19f 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-skinflat 0.4.0\n" +"Project-Id-Version: vdr-skinflat 0.4.1\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2014-08-10 11:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/skinflatplus.c b/skinflatplus.c index f42a4553..74141182 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.4.0"; +static const char *VERSION = "0.4.1"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |