diff options
author | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-07-29 05:48:41 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu> | 2013-07-29 05:48:41 +0200 |
commit | 56b84e6317b7fab4e1b128d8fb0191d03d3e764b (patch) | |
tree | 5f216a208c7eac8197ae974924eb4f65ac93e8d6 | |
parent | 121dc833912fb97dcec11d389f9dd0e70d622137 (diff) | |
download | vdr-plugin-neutrinoepg-56b84e6317b7fab4e1b128d8fb0191d03d3e764b.tar.gz vdr-plugin-neutrinoepg-56b84e6317b7fab4e1b128d8fb0191d03d3e764b.tar.bz2 |
change version in header
-rw-r--r-- | neutrinoepg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neutrinoepg.h b/neutrinoepg.h index e57effc..d34d32a 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.4"; +static const char *VERSION = "0.3.5"; static const char *DESCRIPTION = "View the EPG like neutrino does"; static const char *MAINMENUENTRY = "Neutrino EPG"; |