diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-28 13:00:07 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-28 13:00:07 +0000 |
commit | f84624023496baa4f1e5206dba818f14ba844467 (patch) | |
tree | ff3eab982b52afbacd60de7728397ae0e8c142c1 | |
parent | 073ece97351c93e56527c0db6212512688f56c50 (diff) | |
download | vdr-plugin-live-f84624023496baa4f1e5206dba818f14ba844467.tar.gz vdr-plugin-live-f84624023496baa4f1e5206dba818f14ba844467.tar.bz2 |
Changed to 0.1.0
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | setup.h | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -4,3 +4,8 @@ VDR Plugin 'httpd' Revision History 2007-01-01: Version 0.0.1 - Initial revision. + +2007-05-28: Version 0.1.0 + +- First release. + @@ -7,7 +7,7 @@ #include "live.h" #include <vdr/menuitems.h> -#define LIVEVERSION "0.0.1" +#define LIVEVERSION "0.1.0" #define LIVEVERSNUM 1 #define LIVESUMMARY "Live Integrated VDR Environment" |