diff options
author | Thomas Günther <tom@toms-cafe.de> | 2007-06-23 02:15:39 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2007-06-23 02:15:39 +0200 |
commit | a9e755360f08ce8da20d15b1aa1593ea753393de (patch) | |
tree | 4ca0b3a04d893217dc0b6f4415e1e2e732a50adb /spider.c | |
parent | 5915de38a365e218feff7ab9b7585b00c9813cf3 (diff) | |
download | vdr-plugin-spider-a9e755360f08ce8da20d15b1aa1593ea753393de.tar.gz vdr-plugin-spider-a9e755360f08ce8da20d15b1aa1593ea753393de.tar.bz2 |
Set version number and release date for version 0.1.4v0.1.4
Diffstat (limited to 'spider.c')
-rw-r--r-- | spider.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <vdr/plugin.h> -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"; |