summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 14:32:06 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-08-10 14:32:06 +0200
commit2c54114dd8e573d7e2344df5c92175d0db2085a3 (patch)
treeedc9c41587fbff277fa8080039534b54f4e9f9bb
parent405a94e7beae005fe052272ce751a5521584ba75 (diff)
downloadskin-flatplus-2c54114dd8e573d7e2344df5c92175d0db2085a3.tar.gz
skin-flatplus-2c54114dd8e573d7e2344df5c92175d0db2085a3.tar.bz2
release version 0.4.1
-rw-r--r--HISTORY1
-rw-r--r--po/de_DE.po2
-rw-r--r--skinflatplus.c2
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: <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 {