summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-07-27 02:41:20 +0200
committerThomas Günther <tom@toms-cafe.de>2008-07-27 02:41:20 +0200
commite16e9b8e01b32c582411bc3c08f1f837adb97018 (patch)
treedd1c1bedc07aa7590e0a067e0f75edb5b97e15a2
parent925aa2919bf57494be78cff499ea380892a5bc7d (diff)
downloadvdr-plugin-sudoku-0.3.0.tar.gz
vdr-plugin-sudoku-0.3.0.tar.bz2
Set version number and release date for version 0.3.0v0.3.0
-rw-r--r--HISTORY2
-rw-r--r--sudoku.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index c410e55..1288886 100644
--- a/HISTORY
+++ b/HISTORY
@@ -50,7 +50,7 @@ VDR plug-in 'Sudoku' Revision History
- Set default values for "Show possible numbers as pattern/digits" to No,
because of problems with DXR3 (thanks to Ville Skyttä for reporting this).
-____-__-__: Version 0.3.0
+2008-07-27: Version 0.3.0
- Added history function.
- Added setup options to configure red, green and yellow key.
diff --git a/sudoku.cpp b/sudoku.cpp
index 10823e5..aa40900 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 140 2008-06-30 22:10:38Z tom $
+ * $Id: sudoku.cpp 146 2008-07-27 00:41:20Z tom $
*/
#include "sudoku.h"
@@ -34,7 +34,7 @@ namespace SudokuPlugin
{
/** Version number of the plugin */
- static const char* VERSION = "0.2.1";
+ static const char* VERSION = "0.3.0";
/** Short description of the plugin's purpose */
static const char* DESCRIPTION =