diff options
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - * $Id: common.c,v 1.9 2009/01/16 11:35:43 schmirl Exp $ + * $Id: common.c,v 1.10 2009/06/19 06:32:38 schmirl Exp $ */ #include <vdr/channels.h> @@ -10,13 +10,11 @@ using namespace std; -const char *VERSION = "0.5.0-pre-20090611"; +const char *VERSION = "0.5.0-pre-20090701"; const char *StreamTypes[st_Count] = { "TS", -#if APIVERSNUM < 10703 "PES", -#endif "PS", "ES", "Extern", |