diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2018-04-16 21:49:48 +0200 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2018-04-16 21:49:48 +0200 |
commit | 84b59b81137887a48533cc897551bccf2e9e10f6 (patch) | |
tree | a8b620e325bcad02d149ec59040df1213ac4600b /epgsearch.c | |
parent | 494af709ea10292d210e35727832313ca69d4dc7 (diff) | |
download | vdr-plugin-epgsearch-84b59b81137887a48533cc897551bccf2e9e10f6.tar.gz vdr-plugin-epgsearch-84b59b81137887a48533cc897551bccf2e9e10f6.tar.bz2 |
Push to Version 2.4.0v2.4.0
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index 1d76cdb..0d5ca6b 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -73,7 +73,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #error "VDR-2.3.6 API version or greater is required!" #endif -static const char VERSION[] = "2.3.1"; +static const char VERSION[] = "2.4.0"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |