diff options
author | Thomas Günther <tom@toms-cafe.de> | 2006-04-25 02:10:18 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2006-04-25 02:10:18 +0200 |
commit | 2d19e7275eca6c5445f51eb6bc19e243a31464b9 (patch) | |
tree | 969a10aef97f32cf2110820f5a3c0a04892e3d94 | |
parent | 01dbd190d237338731255699945daa68f1eeed11 (diff) | |
download | vdr-plugin-sudoku-0.1.2.tar.gz vdr-plugin-sudoku-0.1.2.tar.bz2 |
Set version number and release date for version 0.1.2v0.1.2
-rw-r--r-- | HISTORY | 6 | ||||
-rw-r--r-- | sudoku.cpp | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -12,3 +12,9 @@ VDR Plugin 'sudoku' Revision History - Added Finnish language texts (thanks to Ville Skyttä). - Added setup option whether or not all cells are unmarked when the puzzle is reset. + +2006-04-25: Version 0.1.2 + +- Removed compatibility to VDR < 1.3.47. +- Added support for APIVERSION define in Makefile. +- Added placeholders for Czech language texts - hoping for real language texts. @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sudoku.cpp 20 2005-11-04 01:01:00Z tom $ + * $Id: sudoku.cpp 30 2006-04-25 00:10:18Z tom $ */ #include "sudoku.h" @@ -19,7 +19,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.1.1"; + static const char* VERSION = "0.1.2"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |