summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2007-02-23 21:45:21 +0100
committerThomas Günther <tom@toms-cafe.de>2007-02-23 21:45:21 +0100
commit5e67f4c92a8df9871f56850fa3132ec1a73bacb2 (patch)
treebf465a61f9cec557767d4e84c95cbc01b2c81389
parent08f3becfc37d62df59b6654dc9ce2fd8e018532b (diff)
downloadvdr-plugin-sudoku-0.1.3.tar.gz
vdr-plugin-sudoku-0.1.3.tar.bz2
Set version number and release date for version 0.1.3v0.1.3
-rw-r--r--HISTORY4
-rw-r--r--sudoku.cpp4
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 94f0a3f..e0bc313 100644
--- a/HISTORY
+++ b/HISTORY
@@ -18,3 +18,7 @@ VDR Plugin 'sudoku' Revision History
- 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.
+
+2007-02-23: Version 0.1.3
+
+- Added Spanish language texts (thanks to bittor from open7x0.org).
diff --git a/sudoku.cpp b/sudoku.cpp
index a892db2..f455144 100644
--- a/sudoku.cpp
+++ b/sudoku.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: sudoku.cpp 30 2006-04-25 00:10:18Z tom $
+ * $Id: sudoku.cpp 70 2007-02-23 20:45:21Z tom $
*/
#include "sudoku.h"
@@ -19,7 +19,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.1.2";
+ static const char* VERSION = "0.1.3";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =