diff options
author | lordjaxom <lordjaxom> | 2004-10-27 18:08:03 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-10-27 18:08:03 +0000 |
commit | eb2f2c9600e8f69788232582191b141002bcd522 (patch) | |
tree | 4510197a5afd5e657e42421eb96820134e916c6b /text2skin.c | |
parent | 5071a1754f3db0adcf477ecf8e5b2a818d1935bd (diff) | |
download | vdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.gz vdr-plugin-text2skin-eb2f2c9600e8f69788232582191b141002bcd522.tar.bz2 |
- fixed ugly race conditions that appears to occur more often with VDR >= 1.3.14v0.0.8.1
Diffstat (limited to 'text2skin.c')
-rw-r--r-- | text2skin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text2skin.c b/text2skin.c index 6ef67e3..f014c9e 100644 --- a/text2skin.c +++ b/text2skin.c @@ -11,7 +11,7 @@ #include "i18n.h" #include "loader.h" -const char *cText2SkinPlugin::VERSION = "0.0.8"; +const char *cText2SkinPlugin::VERSION = "0.0.8.1"; const char *cText2SkinPlugin::THEMEVERSION = "0.0.3"; const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins"; |