From 4dc540d979c770c6131217d6e94b29a6f188e1c1 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 27 Oct 2009 21:10:26 +0100 Subject: [PATCH] hdt: Adding Gert as contributor Impact: none Gert is contributing in hdt, he have to be in the contributor list --- com32/hdt/hdt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.7.4