diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2013-02-23 10:24:07 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2013-02-23 10:24:07 +0100 |
commit | 7a9d6f00f4a3f57fccd082102e681c910cebc28c (patch) | |
tree | 47277288843172fc9850a5995913750d38345bfc /epgsearch.c | |
parent | 0fc481722dd6c230751d88f72e2eff90de11b4e5 (diff) | |
download | vdr-plugin-epgsearch-7a9d6f00f4a3f57fccd082102e681c910cebc28c.tar.gz vdr-plugin-epgsearch-7a9d6f00f4a3f57fccd082102e681c910cebc28c.tar.bz2 |
- 1.0.1.beta3
- finnish translation fix
- copyright updates
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epgsearch.c b/epgsearch.c index dc41f6b..bb84fb6 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -1,5 +1,5 @@ /* -*- c++ -*- -Copyright (C) 2004-2012 Christian Wieninger +Copyright (C) 2004-2013 Christian Wieninger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "1.0.1.beta2"; +static const char VERSION[] = "1.0.1.beta3"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |