From 8d198178bb6a196e5a115515f31edff559a1850d Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Wed, 19 Nov 2014 21:16:51 +0200 Subject: [PATCH] Updated version number. --- HISTORY | 2 +- po/ca_ES.po | 6 +++--- po/de_DE.po | 6 +++--- po/es_ES.po | 6 +++--- po/fi_FI.po | 6 +++--- satip.c | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/HISTORY b/HISTORY index 655d6de..1efecc9 100644 --- a/HISTORY +++ b/HISTORY @@ -65,7 +65,7 @@ VDR Plugin 'satip' Revision History - Added a validity check for the session member. - Added a session id quirk for Triax TSS 400. -2014-11-11: Version 0.3.4 +2014-11-22: Version 1.0.0 - Fixed the cable only device detection. - Added support for blacklisted sources. diff --git a/po/ca_ES.po b/po/ca_ES.po index 01f23c2..ae5e858 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 0.3.4\n" +"Project-Id-Version: vdr-satip 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-11 11:11+0200\n" -"PO-Revision-Date: 2014-11-11 11:11+0200\n" +"POT-Creation-Date: 2014-11-22 11:22+0200\n" +"PO-Revision-Date: 2014-11-22 11:22+0200\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Catalan \n" "Language: ca\n" diff --git a/po/de_DE.po b/po/de_DE.po index 70117ab..9f8a24c 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 0.3.4\n" +"Project-Id-Version: vdr-satip 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-11 11:11+0200\n" -"PO-Revision-Date: 2014-11-11 11:11+0200\n" +"POT-Creation-Date: 2014-11-22 11:22+0200\n" +"PO-Revision-Date: 2014-11-22 11:22+0200\n" "Last-Translator: Frank Neumann \n" "Language-Team: German \n" "Language: de\n" diff --git a/po/es_ES.po b/po/es_ES.po index ccd63a8..1074474 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 0.3.4\n" +"Project-Id-Version: vdr-satip 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-11 11:11+0200\n" -"PO-Revision-Date: 2014-11-11 11:11+0200\n" +"POT-Creation-Date: 2014-11-22 11:22+0200\n" +"PO-Revision-Date: 2014-11-22 11:22+0200\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Spanish \n" "Language: es\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 6714178..756b8cb 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 0.3.4\n" +"Project-Id-Version: vdr-satip 1.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-11-11 11:11+0200\n" -"PO-Revision-Date: 2014-11-11 11:11+0200\n" +"POT-Creation-Date: 2014-11-22 11:22+0200\n" +"PO-Revision-Date: 2014-11-22 11:22+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/satip.c b/satip.c index c232d1c..94b2c9d 100644 --- a/satip.c +++ b/satip.c @@ -26,7 +26,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "0.3.4" GITVERSION; + const char VERSION[] = "1.0.0" GITVERSION; static const char DESCRIPTION[] = trNOOP("SAT>IP Devices"); class cPluginSatip : public cPlugin {