summaryrefslogtreecommitdiff
path: root/sudoku.cpp
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-11-29 01:09:41 +0100
committerThomas Günther <tom@toms-cafe.de>2008-11-29 01:09:41 +0100
commita0dde65b9bd082b3a584fbf5bb21534dd89edc1a (patch)
tree210b3b44ca2a901e8c644237b8f05f58c7bed054 /sudoku.cpp
parent2cfdb1f13a2edabfa45a864cdf273ebb09fa8e76 (diff)
downloadvdr-plugin-sudoku-0.3.4.tar.gz
vdr-plugin-sudoku-0.3.4.tar.bz2
Set version number and release date for version 0.3.4v0.3.4
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 5ad34d6..315391e 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 161 2008-11-23 00:18:02Z tom $
+ * $Id: sudoku.cpp 165 2008-11-29 00:09:41Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.3.3";
+ static const char* VERSION = "0.3.4";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =