From 4aa91d68179f533679edf1ab69405d47ace09ec4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 6 Nov 2004 21:21:06 +0000 Subject: added release major and minor version svn path=/trunk/externals/hcs/hid/; revision=2228 --- hid.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hid.h') diff --git a/hid.h b/hid.h index 225ed42..f94aa53 100644 --- a/hid.h +++ b/hid.h @@ -11,7 +11,10 @@ */ #include "input_arrays.h" -static char *version = "$Revision: 1.7 $"; +#define HID_MAJOR_VERSION 0 +#define HID_MINOR_VERSION 1 + +static char *version = "$Revision: 1.8 $"; /*------------------------------------------------------------------------------ * CLASS DEF -- cgit v1.2.1