diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-05-07 19:33:24 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-05-07 19:33:24 +0200 |
commit | 60f8f9e10fc06f75b58c629de05a173f3a41cf8b (patch) | |
tree | 0d836455f1c07f2f6e9e1a8948f3fd5b527ae7af /epgsearch.c | |
parent | 5c5359cf94bf9de90d6eb10daa2c83db30cfb06e (diff) | |
download | vdr-plugin-epgsearch-60f8f9e10fc06f75b58c629de05a173f3a41cf8b.tar.gz vdr-plugin-epgsearch-60f8f9e10fc06f75b58c629de05a173f3a41cf8b.tar.bz2 |
1.0.1.beta1
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 b4bcf7c..99767fb 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -1,5 +1,5 @@ /* -*- c++ -*- -Copyright (C) 2004-2011 Christian Wieninger +Copyright (C) 2004-2012 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"; +static const char VERSION[] = "1.0.1.beta1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |