From 2c54114dd8e573d7e2344df5c92175d0db2085a3 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sun, 10 Aug 2014 14:32:06 +0200 Subject: release version 0.4.1 --- HISTORY | 1 + po/de_DE.po | 2 +- skinflatplus.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 8d126ad2..e274e244 100644 --- a/HISTORY +++ b/HISTORY @@ -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: \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 { -- cgit v1.2.3