summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-03-22 01:11:40 +0100
committerThomas Günther <tom@toms-cafe.de>2008-03-22 01:11:40 +0100
commite89903cb21be71680c9f6e80894c78961c8dbdea (patch)
tree11df7e6aa8edefef0e53167f78774f5c88a2063f
parentbd374de7ec3de73e4034e2a869a7e2a4a5c1d0b0 (diff)
downloadvdr-plugin-sudoku-e89903cb21be71680c9f6e80894c78961c8dbdea.tar.gz
vdr-plugin-sudoku-e89903cb21be71680c9f6e80894c78961c8dbdea.tar.bz2
Set version number and release date for version 0.2.0
-rw-r--r--HISTORY2
-rw-r--r--sudoku.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 43a4bc2..f27b5db 100644
--- a/HISTORY
+++ b/HISTORY
@@ -23,7 +23,7 @@ VDR plug-in 'Sudoku' Revision History
- Added Spanish language texts (thanks to bittor from open7x0.org).
-____-__-__: Version _._._
+2008-03-22: Version 0.2.0
- Added gettext support (VDR >= 1.5.7).
- Fixed compiler warnings with gcc-4.1.2.
diff --git a/sudoku.cpp b/sudoku.cpp
index 062bfc3..1006797 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 117 2008-03-21 17:57:50Z tom $
+ * $Id: sudoku.cpp 119 2008-03-22 00:11:40Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.1.3";
+ static const char* VERSION = "0.2.0";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =