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-MM-DD: Version 0.4.0 +2014-08-09: Version 0.4.0 - [update] topbar position of text - [update] MVThemes new preview images in "preview" folder diff --git a/po/de_DE.po b/po/de_DE.po index 7d0a3be9..c21d0808 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-skinflat 0.3.1\n" +"Project-Id-Version: vdr-skinflat 0.4.0\n" "Report-Msgid-Bugs-To: <see README>\n" "POT-Creation-Date: 2014-08-09 10:05+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/skinflatplus.c b/skinflatplus.c index 0200e346..f42a4553 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.4.0"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |