diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-03-11 21:31:14 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-03-11 21:31:14 +0100 |
commit | 4a0ddf7d4f453f677224ba712e775fa3e6e00513 (patch) | |
tree | 165a6731dca1f910e585a14beb9a520021259aa7 /com32/hdt/hdt.h | |
parent | 9c9636ce7596a4c72e3e36bb9afd19890ff2daed (diff) | |
download | syslinux-4a0ddf7d4f453f677224ba712e775fa3e6e00513.tar.gz |
hdt: adding booting parameters to hdt
modules_pcimap_path=<path> option allow to
ovverride the modules.pcimap path. Default was "/"
pciids_path=<path> option allow to
override the pci.ids path. Default was "/"
Bump to 0.2.3
Diffstat (limited to 'com32/hdt/hdt.h')
-rw-r--r-- | com32/hdt/hdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt.h b/com32/hdt/hdt.h index 7bdf3f36..b8563ab5 100644 --- a/com32/hdt/hdt.h +++ b/com32/hdt/hdt.h @@ -32,7 +32,7 @@ #define PRODUCT_NAME "Hardware Detection Tool" #define AUTHOR "Erwan Velu" #define CONTACT "erwan(dot)velu(point)free(dot)fr" -#define VERSION "0.2.2" +#define VERSION "0.2.3" #define ATTR_PACKED __attribute__((packed)) |