summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2005-05-16 17:23:24 +0200
committerThomas Günther <tom@toms-cafe.de>2005-05-16 17:23:24 +0200
commit1becd81a2986fd9b594a01a80941261ccb1e44b0 (patch)
tree790c7e9dc5dc819a99c4bd80620912a8ae70abd9
parentedb972c60dbd5f7fb0f69ef8283fb1b46b8bc3fb (diff)
downloadvdr-plugin-spider-1becd81a2986fd9b594a01a80941261ccb1e44b0.tar.gz
vdr-plugin-spider-1becd81a2986fd9b594a01a80941261ccb1e44b0.tar.bz2
Set version number and release date for version 0.1.1v0.1.1
-rw-r--r--HISTORY2
-rw-r--r--spider.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 8f149c5..48b82ed 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,7 +5,7 @@ VDR Plugin 'spider' Revision History
- Initial revision.
-XXXX-XX-XX: Version 0.1.1
+2005-05-16: Version 0.1.1
- Fixed compilation with woody
- Improved cover.xpm
diff --git a/spider.c b/spider.c
index 07e46cf..29dffc0 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 2 2005-05-14 22:25:56Z tom $
+ * $Id: spider.c 8 2005-05-16 15:23:24Z tom $
*/
#include "spider.h"
@@ -13,7 +13,7 @@
#include <vdr/plugin.h>
-static const char* VERSION = "0.1.0";
+static const char* VERSION = "0.1.1";
static const char* DESCRIPTION = "Spider Arachnid - the best patience game";
static const char* MAINMENUENTRY = "Spider Arachnid";