summaryrefslogtreecommitdiff
path: root/sudoku.cpp
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-04-06 04:01:00 +0200
committerThomas Günther <tom@toms-cafe.de>2008-04-06 04:01:00 +0200
commit8203b4ce80eb41fd3b3e677da4c0c13e71b9c76a (patch)
tree9a620fae4b4f990e0f6e26ccda41caa701de3cce /sudoku.cpp
parent38cc57b2e3f537d28bb05cf570d3d68f19f2f63a (diff)
downloadvdr-plugin-sudoku-0.2.1.tar.gz
vdr-plugin-sudoku-0.2.1.tar.bz2
Set version number and release date for version 0.2.1v0.2.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 1006797..95f45ee 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 119 2008-03-22 00:11:40Z tom $
+ * $Id: sudoku.cpp 136 2008-04-06 02:01:00Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.2.0";
+ static const char* VERSION = "0.2.1";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =