From a9e755360f08ce8da20d15b1aa1593ea753393de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sat, 23 Jun 2007 02:15:39 +0200 Subject: Set version number and release date for version 0.1.4 --- HISTORY | 7 +++++++ spider.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 88382a0..7746364 100644 --- a/HISTORY +++ b/HISTORY @@ -20,3 +20,10 @@ VDR Plugin 'spider' Revision History 2007-02-23: Version 0.1.3 - Added Spanish language texts (thanks to bittor from open7x0.org). + +2007-06-23: Version 0.1.4 + +- Fixed compilation with VDR-1.5.4. +- Fixed compiler warnings with gcc-4.1.2. +- Updated FSF address in the license information. +- Improved copyright and license information in the header of all source files. diff --git a/spider.c b/spider.c index 820f2c6..7fe0388 100644 --- a/spider.c +++ b/spider.c @@ -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: spider.c 87 2007-06-22 22:37:36Z tom $ + * $Id: spider.c 88 2007-06-23 00:15:39Z tom $ */ #include "spider.h" @@ -27,7 +27,7 @@ #include -static const char* VERSION = "0.1.3"; +static const char* VERSION = "0.1.4"; static const char* DESCRIPTION = "Spider Arachnid - the best patience game"; static const char* MAINMENUENTRY = "Spider Arachnid"; -- cgit v1.2.3