diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-29 11:48:16 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-29 12:34:15 +0200 |
commit | 2164677a83cff95a232d8b34e82e507ddf6fede4 (patch) | |
tree | 6f8fb241ded55700c7551b5b9fe4f3bdafd1c0cf | |
parent | 2d0d2357133f981edcee0b7b7e9d159eaca221a3 (diff) | |
download | vdr-plugin-text2skin-2164677a83cff95a232d8b34e82e507ddf6fede4.tar.gz vdr-plugin-text2skin-2164677a83cff95a232d8b34e82e507ddf6fede4.tar.bz2 |
Bump version to 1.3.4+git.
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | text2skin.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +20xx-xx-xx: Version x.x.x + 2017-05-29: Version 1.3.4 - Add compatibility for VDR API >= 2.3.1. diff --git a/text2skin.c b/text2skin.c index fca2d9d..56732e5 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.4"; +const char *cText2SkinPlugin::VERSION = "1.3.4+git"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); |