diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-06 19:13:07 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-11-06 19:13:07 +0200 |
commit | 2f748b75b377bb3518af40d6e491b6044c7e81ef (patch) | |
tree | 7ea51aadedf5dfc5485d16f7a0d29128f2b5153f | |
parent | a1340e06bae577dc710ff01b97e8abcf486a0676 (diff) | |
download | vdr-plugin-text2skin-2f748b75b377bb3518af40d6e491b6044c7e81ef.tar.gz vdr-plugin-text2skin-2f748b75b377bb3518af40d6e491b6044c7e81ef.tar.bz2 |
Release 1.3.2.v1.3.2
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | text2skin.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- -201x-xx-xx: Version x.x.x +2011-11-06: Version 1.3.2 - Fix build with ImageMagick >= 6.6.2 (thanks to Anssi Hannula / closes #409) - Documentation spelling fixes. diff --git a/text2skin.c b/text2skin.c index 1ff3abc..1f67b2a 100644 --- a/text2skin.c +++ b/text2skin.c @@ -16,7 +16,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -const char *cText2SkinPlugin::VERSION = "1.3.1"; +const char *cText2SkinPlugin::VERSION = "1.3.2"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); |