summaryrefslogtreecommitdiff
path: root/sudoku.cpp
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-08-30 02:02:08 +0200
committerThomas Günther <tom@toms-cafe.de>2008-08-30 02:02:08 +0200
commit58141c746eb51e92d1c2350788b918932b8b7f92 (patch)
treef7c8e8b8d4644ae3e9517f8a9a5d74442c27f2b5 /sudoku.cpp
parent8a9aa8d805569c40e58f7331079ca7781434b4e2 (diff)
downloadvdr-plugin-sudoku-0.3.1.tar.gz
vdr-plugin-sudoku-0.3.1.tar.bz2
Set version number and release date for version 0.3.1v0.3.1
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 aa40900..59fba31 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 146 2008-07-27 00:41:20Z tom $
+ * $Id: sudoku.cpp 152 2008-08-30 00:02:08Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.3.0";
+ static const char* VERSION = "0.3.1";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =