diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 13:48:11 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 13:48:11 +0000 |
commit | 44e5c7a81734dea91d8b8c1df1102796fd5bb8ab (patch) | |
tree | 18123b59d4b9514b42a50e8af9bc90dc1e7d66ba /setup.h | |
parent | db8a490f134b2c48eb1ef89ce2fb1644c7961b61 (diff) | |
download | vdr-plugin-live-44e5c7a81734dea91d8b8c1df1102796fd5bb8ab.tar.gz vdr-plugin-live-44e5c7a81734dea91d8b8c1df1102796fd5bb8ab.tar.bz2 |
- fixed title and versnum
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ #include <vdr/menuitems.h> #define LIVEVERSION "0.1.0" -#define LIVEVERSNUM 1 -#define LIVESUMMARY "Live Integrated VDR Environment" +#define LIVEVERSNUM 100 +#define LIVESUMMARY "Live Interactive VDR Environment" namespace vdrlive { |