diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-03-20 12:55:29 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-03-20 12:55:29 +0100 |
commit | da3974c0707bf98c5f9a9e0dd2599292c9da3984 (patch) | |
tree | 375dc5dbda0d8315b0523d60a7f0ace6717da017 /version.h | |
parent | 0662afd6d8816713ebeef519b38456d0f57a837b (diff) | |
download | vdr-plugin-markad-0.1.1.tar.gz vdr-plugin-markad-0.1.1.tar.bz2 |
Fixed bug in handling ts files ("demux error")v0.1.1
Fixed output of marks on channels without logos
Added finnish logos and translation from Rolf Ahrensberg
Added more informations in markad logfile
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,6 @@ #ifndef __version_h_ #define __version_h_ -static const char *VERSION = "0.1.1pre"; +static const char *VERSION = "0.1.1"; #endif |