diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-04-05 13:44:47 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-04-05 13:44:47 +0200 |
commit | 8b3fe2b517bebbd757cf238bf47d7e92f2611b79 (patch) | |
tree | 868e1afbdd562b99725e8bfb7853ef414f2dfc9a /sudoku.cpp | |
parent | 33d98ff71bc56674002a8128c125095e0e28ddc5 (diff) | |
download | vdr-plugin-sudoku-master.tar.gz vdr-plugin-sudoku-master.tar.bz2 |
Diffstat (limited to 'sudoku.cpp')
-rw-r--r-- | sudoku.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.3.4"; + static const char* VERSION = "0.3.5"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |