summaryrefslogtreecommitdiff
path: root/sudoku.cpp
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2006-04-25 02:10:18 +0200
committerThomas Günther <tom@toms-cafe.de>2006-04-25 02:10:18 +0200
commit2d19e7275eca6c5445f51eb6bc19e243a31464b9 (patch)
tree969a10aef97f32cf2110820f5a3c0a04892e3d94 /sudoku.cpp
parent01dbd190d237338731255699945daa68f1eeed11 (diff)
downloadvdr-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
Diffstat (limited to 'sudoku.cpp')
-rw-r--r--sudoku.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sudoku.cpp b/sudoku.cpp
index 650a0ec..a892db2 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 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 =