From b740e98e534f917b53764057df4a50962d4022f1 Mon Sep 17 00:00:00 2001 From: Ulrich Eckhardt Date: Tue, 5 Jan 2016 19:53:27 +0100 Subject: Import of menuorg-0.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) --- src/MenuOrgPlugin.cpp | 1 + src/Version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/MenuOrgPlugin.cpp b/src/MenuOrgPlugin.cpp index f2d182a..6c85e5d 100644 --- a/src/MenuOrgPlugin.cpp +++ b/src/MenuOrgPlugin.cpp @@ -45,6 +45,7 @@ MenuOrgPlugin::MenuOrgPlugin(void) // VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT! _subMenuProvider = NULL; + _menuConfigurationRepository = NULL; } MenuOrgPlugin::~MenuOrgPlugin() 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 -- cgit v1.2.3