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 ea2db7a..45c52a3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -59,7 +59,7 @@ VDR plug-in 'Sudoku' Revision History
- Updated German language texts.
- Added French language texts (thanks to Patrice Staudt).
--____-__-__: Version 0.3.1
+2008-08-30: Version 0.3.1
- Corrected English language texts: Great font/digits -> Large font/digits
(thanks to Ville Skyttä for reporting this).
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 =