aboutsummaryrefslogtreecommitdiff
path: root/hid.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-06 21:21:06 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-11-06 21:21:06 +0000
commit4aa91d68179f533679edf1ab69405d47ace09ec4 (patch)
tree72e3c5b748b41a8d0b04cb3c534d192d03e366ef /hid.h
parent97f8e42015cdefa311e734856e4f66323dc521cd (diff)
added release major and minor version
svn path=/trunk/externals/hcs/hid/; revision=2228
Diffstat (limited to 'hid.h')
-rw-r--r--hid.h5
1 files changed, 4 insertions, 1 deletions
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