diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-09-22 09:29:03 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-09-22 09:29:03 +0200 |
commit | 8f9594678c4e0d94e546cd2e94f898bf796c86c6 (patch) | |
tree | db70bb896f08b831485f9d97a53b134708b9c5a6 /version.h | |
parent | 27b768a40f33b229ee832d22f24696565b812f98 (diff) | |
download | vdr-plugin-markad-8f9594678c4e0d94e546cd2e94f898bf796c86c6.tar.gz vdr-plugin-markad-8f9594678c4e0d94e546cd2e94f898bf796c86c6.tar.bz2 |
Updated various things
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version.h b/version.h new file mode 100644 index 0000000..aa37a4a --- /dev/null +++ b/version.h @@ -0,0 +1,14 @@ +/* + * version.h: A plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + * $Id$ + */ + +#ifndef __version_h_ +#define __version_h_ + +static const char *VERSION = "0.0.3"; + +#endif
\ No newline at end of file |