diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 18:19:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-07-29 18:19:49 +0200 |
commit | 44237c37017fe0dfd194da95d576f9a0eb4ea796 (patch) | |
tree | fb006c6f8d23ca98955aaaf07877540a0f457feb /config.h | |
parent | 8bb3fffa5e370d208e034e5f798c1bd7ac9fc1c1 (diff) | |
download | vdr-44237c37017fe0dfd194da95d576f9a0eb4ea796.tar.gz vdr-44237c37017fe0dfd194da95d576f9a0eb4ea796.tar.bz2 |
Version number defined via a macro
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.11 2000/07/23 17:17:10 kls Exp $ + * $Id: config.h 1.12 2000/07/29 18:18:00 kls Exp $ */ #ifndef __CONFIG_H @@ -17,6 +17,8 @@ #include "dvbapi.h" #include "tools.h" +#define VDRVERSION "0.6" + #define MaxBuffer 10000 enum eKeys { // "Up" and "Down" must be the first two keys! |