summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2006-04-25 01:29:57 +0200
committerThomas Günther <tom@toms-cafe.de>2006-04-25 01:29:57 +0200
commit4135f8150963e6bbfe9bf11301c9c71732d9d575 (patch)
tree0dc1ebfb3367ed2653eac39ed215310d203fe0d6
parentbbc6fca3e535e96543f40309170760099c39df14 (diff)
downloadvdr-plugin-spider-0.1.2.tar.gz
vdr-plugin-spider-0.1.2.tar.bz2
Set version number and release date for version 0.1.2v0.1.2
-rw-r--r--HISTORY6
-rw-r--r--spider.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 48b82ed..3c73099 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,3 +10,9 @@ VDR Plugin 'spider' Revision History
- Fixed compilation with woody
- Improved cover.xpm
- Reduced flickering on VDR >= 1.3.7
+
+2006-04-25: Version 0.1.2
+
+- 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.
diff --git a/spider.c b/spider.c
index 29dffc0..adbbc3d 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 8 2005-05-16 15:23:24Z tom $
+ * $Id: spider.c 25 2006-04-24 23:29:57Z tom $
*/
#include "spider.h"
@@ -13,7 +13,7 @@
#include <vdr/plugin.h>
-static const char* VERSION = "0.1.1";
+static const char* VERSION = "0.1.2";
static const char* DESCRIPTION = "Spider Arachnid - the best patience game";
static const char* MAINMENUENTRY = "Spider Arachnid";