diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | po/de_DE.po | 4 | ||||
-rw-r--r-- | sudoku.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -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 <tom@toms-cafe.de>, 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: <tom@toms-cafe.de>\n" "POT-Creation-Date: 2008-03-21 13:07+0100\n" "PO-Revision-Date: 2008-03-21 13:07+0100\n" @@ -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 = |