diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-24 22:32:17 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-24 22:32:17 +0000 |
commit | 5bb5cd34521baeff7a467c206f6ef917157a9d73 (patch) | |
tree | 8f58c6bc0b32a34b2dbe9b5fd71f473c1d58bab1 /src/Version.h | |
parent | 86250d36deb6ffde462617f8c47daf5e46b32443 (diff) | |
download | vdr-plugin-menuorg-5bb5cd34521baeff7a467c206f6ef917157a9d73.tar.gz vdr-plugin-menuorg-5bb5cd34521baeff7a467c206f6ef917157a9d73.tar.bz2 |
Fixed small bug caused by hidden menu entries
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@7083 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 30896b9..bc93cf6 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"; +static const char VERSION[] = "0.4.1"; #endif |