diff options
-rw-r--r-- | epgsearch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.cpp b/epgsearch.cpp index 7f510c1..468e0a7 100644 --- a/epgsearch.cpp +++ b/epgsearch.cpp @@ -12,7 +12,7 @@ namespace vdrlive { using namespace std; -char ServiceInterface[] = "Epgsearch-services-v1.0-beta1"; +char ServiceInterface[] = "Epgsearch-services-v1.0"; bool operator<( SearchTimer const& left, SearchTimer const& right ) { |