From 9502103873d09f6ba87eaf5e62ae13869d53f928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Fri, 4 Nov 2005 02:01:00 +0100 Subject: Set version number and release date for version 0.1.1 --- HISTORY | 2 +- sudoku.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 87944db..70c8a9a 100644 --- a/HISTORY +++ b/HISTORY @@ -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). diff --git a/sudoku.cpp b/sudoku.cpp index 5f7c0cd..650a0ec 100644 --- a/sudoku.cpp +++ b/sudoku.cpp @@ -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 = -- cgit v1.2.3