diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-25 20:20:37 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-25 20:20:37 +0000 |
commit | 6a41eac668d05af1d64dddf0fa8fc749f0e5877a (patch) | |
tree | 2ec078dfdef8ee4e2d902a6b89628e46c0f97316 /src/Version.h | |
parent | 471da44f9bd1e47d9851791e2231ec7bd84606bc (diff) | |
download | vdr-plugin-menuorg-6a41eac668d05af1d64dddf0fa8fc749f0e5877a.tar.gz vdr-plugin-menuorg-6a41eac668d05af1d64dddf0fa8fc749f0e5877a.tar.bz2 |
Separator items now don't have a hotkey (number) in the OSD menu anymore
(requires the patch to be updated once more)
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@7088 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/Version.h')
-rw-r--r-- | src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h index bc93cf6..3aa543d 100644 --- a/src/Version.h +++ b/src/Version.h @@ -24,6 +24,6 @@ #ifndef ___VERSION_H #define ___VERSION_H -static const char VERSION[] = "0.4.1"; +static const char VERSION[] = "0.4.2"; #endif |