diff options
author | Thomas Günther <tom@toms-cafe.de> | 2008-03-22 01:11:40 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2008-03-22 01:11:40 +0100 |
commit | e89903cb21be71680c9f6e80894c78961c8dbdea (patch) | |
tree | 11df7e6aa8edefef0e53167f78774f5c88a2063f | |
parent | bd374de7ec3de73e4034e2a869a7e2a4a5c1d0b0 (diff) | |
download | vdr-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-- | HISTORY | 2 | ||||
-rw-r--r-- | sudoku.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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. @@ -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 = |