diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-01-13 19:51:55 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-01-13 19:51:55 +0100 |
commit | dfdbb614650d774aed24baee08faa6ced3b62ded (patch) | |
tree | cfed4f5ecf0387ebccf76fef7cc25933ed6b6d08 /epgsearch.c | |
parent | 3e178c4a68d0543c542e5e07b971e3c40b3cea43 (diff) | |
download | vdr-plugin-epgsearch-dfdbb614650d774aed24baee08faa6ced3b62ded.tar.gz vdr-plugin-epgsearch-dfdbb614650d774aed24baee08faa6ced3b62ded.tar.bz2 |
0.9.25.beta21 and copyright update to 2011
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 42d686a..20643c4 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2004-2010 Christian Wieninger +Copyright (C) 2004-2011 Christian Wieninger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "0.9.25.beta20"; +static const char VERSION[] = "0.9.25.beta21"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |