summaryrefslogtreecommitdiff
path: root/src/Version.h
diff options
context:
space:
mode:
authorUlrich Eckhardt <uli-vdr@uli-eckhardt.de>2016-01-05 19:53:27 +0100
committerUlrich Eckhardt <uli-vdr@uli-eckhardt.de>2016-01-05 19:54:44 +0100
commitb740e98e534f917b53764057df4a50962d4022f1 (patch)
treed82f2d8cd7554ce2a1bf3ba512f8f9918cedc959 /src/Version.h
parentafb215130078d734418faf2ecbf26cea9df2b04a (diff)
downloadvdr-plugin-menuorg-0.5.1.tar.gz
vdr-plugin-menuorg-0.5.1.tar.bz2
Import of menuorg-0.5.10.5.1
2013-03-16: Version 0.5.0 - Makefile for VDR >= 1.7.33 - Dropped migration tool and documentation for submenu plugin - Updated patch for VDR 1.7.40 2013-03-17: Version 0.5.1 - Minor fix in member initialization (thx to by Lars Hanisch) - Correctly link shared libs (thx to by Lars Hanisch)
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index e9bb6bf..e8c5eaf 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.5";
+static const char VERSION[] = "0.5.1";
#endif