diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-03-03 20:03:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-03-03 20:03:34 +0000 |
commit | e1377f0b24f48adefb46bb07fde4582456768ad8 (patch) | |
tree | 6ab40f9be1817fd829bd60a0c2d796fe589e1c5e /hid.h | |
parent | 401c186962e0f05e81cdd855cdb59475467dc310 (diff) |
unconnected error msg injoystick to stop flood of msgs; bumped version number up
svn path=/trunk/externals/hcs/hid/; revision=2596
Diffstat (limited to 'hid.h')
-rw-r--r-- | hid.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ #include "input_arrays.h" #define HID_MAJOR_VERSION 0 -#define HID_MINOR_VERSION 4 +#define HID_MINOR_VERSION 5 -static char *version = "$Revision: 1.12 $"; +static char *version = "$Revision: 1.13 $"; /*------------------------------------------------------------------------------ * CLASS DEF |