From 8203b4ce80eb41fd3b3e677da4c0c13e71b9c76a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 6 Apr 2008 04:01:00 +0200 Subject: Set version number and release date for version 0.2.1 --- HISTORY | 2 +- po/de_DE.po | 4 ++-- sudoku.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index e80fb95..78ca753 100644 --- a/HISTORY +++ b/HISTORY @@ -42,7 +42,7 @@ VDR plug-in 'Sudoku' Revision History - Added Italian language texts (thanks to Diego Pierotto). - Margined output of text into the info window. -____-__-__: Version 0.2.1 +2008-04-06: Version 0.2.1 - Fixed crash after exit command (thanks to Ville Skyttä for reporting this). - Updated Finnish language texts (thanks to Ville Skyttä). diff --git a/po/de_DE.po b/po/de_DE.po index 792c8be..9c3ad93 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-sudoku package. # Thomas Günther , 2005, 2008. # -# $Id: de_DE.po 120 2008-03-22 00:16:44Z tom $ +# $Id: de_DE.po 136 2008-04-06 02:01:00Z tom $ # msgid "" msgstr "" -"Project-Id-Version: vdr-sudoku 0.2.0\n" +"Project-Id-Version: vdr-sudoku 0.2.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2008-03-21 13:07+0100\n" "PO-Revision-Date: 2008-03-21 13:07+0100\n" diff --git a/sudoku.cpp b/sudoku.cpp index 1006797..95f45ee 100644 --- a/sudoku.cpp +++ b/sudoku.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: sudoku.cpp 119 2008-03-22 00:11:40Z tom $ + * $Id: sudoku.cpp 136 2008-04-06 02:01:00Z tom $ */ #include "sudoku.h" @@ -34,7 +34,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.2.0"; + static const char* VERSION = "0.2.1"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = -- cgit v1.2.3