From: Erwan Velu Date: Tue, 27 Oct 2009 20:10:26 +0000 (+0100) Subject: hdt: Adding Gert as contributor X-Git-Tag: syslinux-3.84-pre1~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dc540d979c770c6131217d6e94b29a6f188e1c1;p=profile%2Fivi%2Fsyslinux.git hdt: Adding Gert as contributor Impact: none Gert is contributing in hdt, he have to be in the contributor list --- diff --git a/com32/hdt/hdt.h b/com32/hdt/hdt.h index 04c0e66..e7015d0 100644 --- a/com32/hdt/hdt.h +++ b/com32/hdt/hdt.h @@ -32,9 +32,9 @@ #define PRODUCT_NAME "Hardware Detection Tool" #define AUTHOR "Erwan Velu" #define CONTACT "hdt@zytor.com" -#define VERSION "0.3.4" -#define NB_CONTRIBUTORS 2 -#define CONTRIBUTORS {"Pierre-Alexandre Meyer", "Sebastien Gonzalve"} +#define VERSION "0.3.5-pre1" +#define NB_CONTRIBUTORS 3 +#define CONTRIBUTORS {"Pierre-Alexandre Meyer", "Sebastien Gonzalve", "Gert Hulselmans"} #define ATTR_PACKED __attribute__((packed))