diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-24 12:33:09 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-24 12:33:09 +0100 |
commit | 094b56fd23e89c45290c78c961f21cce2df99924 (patch) | |
tree | 0b8a4fba7449a1ab8da0743a692d2922f7772a8d /epgsearch.c | |
parent | ccce007b56ca3ae4c16a5dfc143590c2bc2f0208 (diff) | |
download | vdr-plugin-epgsearch-094b56fd23e89c45290c78c961f21cce2df99924.tar.gz vdr-plugin-epgsearch-094b56fd23e89c45290c78c961f21cce2df99924.tar.bz2 |
only update i18n when changes happened, 0.9.24.beta23
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 ad8f578..cac0c21 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -66,7 +66,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_announcelist.h" #include "confdloader.h" -static const char VERSION[] = "0.9.24.beta22"; +static const char VERSION[] = "0.9.24.beta23"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |