summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =