diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-04-03 14:49:53 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-04-03 14:49:53 +0200 |
commit | 0b6cc044f9f44af88d8f115204cdae0b7dddd23c (patch) | |
tree | 27b6e650529f2ad06db6caad6fb18e2017d82a57 /version.h | |
parent | 6adc2d76929fb8549689080c3510d3ff926ef4d2 (diff) | |
download | vdr-plugin-markad-0b6cc044f9f44af88d8f115204cdae0b7dddd23c.tar.gz vdr-plugin-markad-0b6cc044f9f44af88d8f115204cdae0b7dddd23c.tar.bz2 |
Fixed another bug in handling ts files ("demux error")v0.1.2
Limited logo extraction to 1000 frames
Added more finnish logos
Added czech translation
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.2pre"; +static const char *VERSION = "0.1.2"; #endif |