From ca1004b4ba7edef346da68ff4c6240dfdfe83e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 30 Nov 2008 01:10:05 +0100 Subject: Set version number and release date for version 0.2.2 --- HISTORY | 2 +- po/de_DE.po | 4 ++-- po/it_IT.po | 6 +++--- spider.cpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index df3cab6..af9daa6 100644 --- a/HISTORY +++ b/HISTORY @@ -48,7 +48,7 @@ VDR plug-in 'Spider-Arachnid' Revision History - Generating translation files without line numbers. - Added Italian language texts (thanks to Diego Pierotto). -____-__-__: Version 0.2.2 +2008-11-30: Version 0.2.2 - Updated Italian language texts (thanks to Diego Pierotto). - Updated Spanish language texts (thanks to Bittor Corl). diff --git a/po/de_DE.po b/po/de_DE.po index f4d3cfb..677b782 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -3,11 +3,11 @@ # This file is distributed under the same license as the vdr-spider package. # Thomas Günther , 2005, 2007. # -# $Id: de_DE.po 129 2008-03-29 00:06:39Z tom $ +# $Id: de_DE.po 168 2008-11-30 00:10:05Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-spider 0.2.1\n" +"Project-Id-Version: vdr-spider 0.2.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-03-26 00:41+0100\n" "PO-Revision-Date: 2008-03-26 00:41+0100\n" diff --git a/po/it_IT.po b/po/it_IT.po index bffccb4..e382921 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -1,13 +1,13 @@ # Italian translations for vdr-spider package. # Copyright (C) 2007-2008 Thomas Günther # This file is distributed under the same license as the vdr-spider package. -# Diego Pierotto , 2007. +# Diego Pierotto , 2007, 2008. # -# $Id: it_IT.po 132 2008-03-30 18:14:40Z tom $ +# $Id: it_IT.po 168 2008-11-30 00:10:05Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-spider 0.2.1\n" +"Project-Id-Version: vdr-spider 0.2.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-03-26 00:41+0100\n" "PO-Revision-Date: 2008-03-30 03:35+0100\n" diff --git a/spider.cpp b/spider.cpp index 0d25c84..c252e74 100644 --- a/spider.cpp +++ b/spider.cpp @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: spider.cpp 129 2008-03-29 00:06:39Z tom $ + * $Id: spider.cpp 168 2008-11-30 00:10:05Z tom $ */ #include "spider.h" @@ -34,7 +34,7 @@ namespace SpiderPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.2.1"; + static const char* VERSION = "0.2.2"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = -- cgit v1.2.3