summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2007-02-23 21:45:57 +0100
committerThomas Günther <tom@toms-cafe.de>2007-02-23 21:45:57 +0100
commit2279a41cafa9fe8764ac83dba8d21c842328605f (patch)
tree3ba28b480bbe521269bbf218d84d0b92d4c975ee
parentbf0dc4557faa73fdd91066f872c5009f4e2c9f6f (diff)
downloadvdr-plugin-spider-2279a41cafa9fe8764ac83dba8d21c842328605f.tar.gz
vdr-plugin-spider-2279a41cafa9fe8764ac83dba8d21c842328605f.tar.bz2
Set version number and release date for version 0.1.3v0.1.3
-rw-r--r--HISTORY4
-rw-r--r--spider.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 3c73099..88382a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -16,3 +16,7 @@ VDR Plugin 'spider' Revision History
- Removed compatibility to VDR < 1.3.47.
- Added support for APIVERSION define in Makefile.
- Added placeholders for Czech language texts - hoping for real language texts.
+
+2007-02-23: Version 0.1.3
+
+- Added Spanish language texts (thanks to bittor from open7x0.org).
diff --git a/spider.c b/spider.c
index adbbc3d..7685dc4 100644
--- a/spider.c
+++ b/spider.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: spider.c 25 2006-04-24 23:29:57Z tom $
+ * $Id: spider.c 71 2007-02-23 20:45:57Z tom $
*/
#include "spider.h"
@@ -13,7 +13,7 @@
#include <vdr/plugin.h>
-static const char* VERSION = "0.1.2";
+static const char* VERSION = "0.1.3";
static const char* DESCRIPTION = "Spider Arachnid - the best patience game";
static const char* MAINMENUENTRY = "Spider Arachnid";