summaryrefslogtreecommitdiff
path: root/sudoku.cpp
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-11-23 01:18:02 +0100
committerThomas Günther <tom@toms-cafe.de>2008-11-23 01:18:02 +0100
commitc174c43f7d9ca12ffab4f9d0a5a88af6537c69c1 (patch)
treebc19b3161f137b615e44c7cdfbd5fb1abfafecf1 /sudoku.cpp
parent4e267c94df295858d5cd07f103b3e1bab63272ff (diff)
downloadvdr-plugin-sudoku-0.3.3.tar.gz
vdr-plugin-sudoku-0.3.3.tar.bz2
Delete puzzles from the sudoku-list file with confirmation.v0.3.3
Added version option to sudoku_generator. Added manual page for sudoku_generator. Set version number and release date for version 0.3.3
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 5c131ae..5ad34d6 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 157 2008-09-28 00:13:23Z tom $
+ * $Id: sudoku.cpp 161 2008-11-23 00:18:02Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.3.2";
+ static const char* VERSION = "0.3.3";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =