diff options
author | Thomas Günther <tom@toms-cafe.de> | 2008-11-30 01:10:05 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2008-11-30 01:10:05 +0100 |
commit | ca1004b4ba7edef346da68ff4c6240dfdfe83e45 (patch) | |
tree | 4dc0419ed2e00af5b8cc135032ed9484466c4a7a /spider.cpp | |
parent | 8708f4031693cfb6fbad2a1ea4210fa3869e7bc1 (diff) | |
download | vdr-plugin-spider-ca1004b4ba7edef346da68ff4c6240dfdfe83e45.tar.gz vdr-plugin-spider-ca1004b4ba7edef346da68ff4c6240dfdfe83e45.tar.bz2 |
Diffstat (limited to 'spider.cpp')
-rw-r--r-- | spider.cpp | 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.cpp 129 2008-03-29 00:06:39Z tom $ + * $Id: spider.cpp 168 2008-11-30 00:10:05Z tom $ */ #include "spider.h" @@ -34,7 +34,7 @@ namespace SpiderPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.2.1"; + static const char* VERSION = "0.2.2"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = |