summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-05-05 16:51:43 +0200
committerMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-05-05 16:51:43 +0200
commitff7f91f75fe13e8c996a894e5c0582740a3ed555 (patch)
tree1899e35f9fa060e7cc31b692c860bedf955f4e7f
parent2e2bdc1d4d7b2f534dde52b3adbf7d352469e547 (diff)
downloadvdr-plugin-neutrinoepg-ff7f91f75fe13e8c996a894e5c0582740a3ed555.tar.gz
vdr-plugin-neutrinoepg-ff7f91f75fe13e8c996a894e5c0582740a3ed555.tar.bz2
release version 0.3.4
-rw-r--r--HISTORY2
-rw-r--r--neutrinoepg.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 10d4ea7..487806e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,6 @@
VDR Plugin 'neutrinoepg' Revision History
-2013-XX-XX: Version 0.3.4
+2013-05-05: Version 0.3.4
- [Fix] Bufferoverflow bei Tastendruck 0
- [Feature] Beschleunigter Start des Plugin, besonders bei großen channels.conf mit vielen Gruppen
- [Feature] Neuer Parameter 'HideGroupsAt' zum ausblenden aller Gruppen ab dieser Gruppe
diff --git a/neutrinoepg.h b/neutrinoepg.h
index eb22ef3..e57effc 100644
--- a/neutrinoepg.h
+++ b/neutrinoepg.h
@@ -29,7 +29,7 @@ extern int switchgroupkey;
extern int ChannelNameWidth;
extern int HideGroupsAt;
-static const char *VERSION = "0.3.3";
+static const char *VERSION = "0.3.4";
static const char *DESCRIPTION = "View the EPG like neutrino does";
static const char *MAINMENUENTRY = "Neutrino EPG";