diff options
author | Thomas Günther <tom@toms-cafe.de> | 2005-11-04 02:01:00 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2005-11-04 02:01:00 +0100 |
commit | 9502103873d09f6ba87eaf5e62ae13869d53f928 (patch) | |
tree | 11c7336c489bd20e773fa5ce59e863991bfac6f0 | |
parent | fe2bf78ee2f6564dba6e0874740a69743bbac55e (diff) | |
download | vdr-plugin-sudoku-9502103873d09f6ba87eaf5e62ae13869d53f928.tar.gz vdr-plugin-sudoku-9502103873d09f6ba87eaf5e62ae13869d53f928.tar.bz2 |
Set version number and release date for version 0.1.1v0.1.1
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | sudoku.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ VDR Plugin 'sudoku' Revision History - Initial revision. -2005- - : Version 0.1.1 +2005-11-04: Version 0.1.1 - Fixed compiler warnings with gcc-4.0 (thanks to Ville Skyttä for reporting this). @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: sudoku.cpp 18 2005-11-03 21:48:08Z tom $ + * $Id: sudoku.cpp 20 2005-11-04 01:01:00Z tom $ */ #include "sudoku.h" @@ -19,7 +19,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.1.0"; + static const char* VERSION = "0.1.1"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |