diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-06-21 23:38:09 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-06-21 23:38:09 +0200 |
commit | 93a09db826ca19e3ccf120a265f8f74c8e905005 (patch) | |
tree | 77d859ef0fd07bb6deaef7adeec056135ac1f594 | |
parent | d980ca65823a1c2df1809fc8ecb60b791ebb960f (diff) | |
download | vdr-plugin-text2skin-93a09db826ca19e3ccf120a265f8f74c8e905005.tar.gz vdr-plugin-text2skin-93a09db826ca19e3ccf120a265f8f74c8e905005.tar.bz2 |
Set version number and release date for version 1.3.1v1.3.1
-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 --------------------------------------- -____-__-__: Version 1.3.1 +2010-06-21: Version 1.3.1 - Fixed some compiler warnings. - Makefile adjustments for VDR 1.7.13. diff --git a/text2skin.c b/text2skin.c index 9435cce..5f84a24 100644 --- a/text2skin.c +++ b/text2skin.c @@ -18,7 +18,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -const char *cText2SkinPlugin::VERSION = "1.3"; +const char *cText2SkinPlugin::VERSION = "1.3.1"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); |