diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-09 15:00:42 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-09 15:00:42 +0200 |
commit | c72f7fd35c511e16275e3fa85a50d51b44eb6458 (patch) | |
tree | 5bf86cb61db29183503a589ea2728a122d2ffb23 | |
parent | f492e9885e539192425f85aaff0c28e5b42ffccc (diff) | |
download | skin-flatplus-c72f7fd35c511e16275e3fa85a50d51b44eb6458.tar.gz skin-flatplus-c72f7fd35c511e16275e3fa85a50d51b44eb6458.tar.bz2 |
release version 0.4.0
-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 { |