diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 02:54:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 02:54:54 +0000 |
commit | b4b4ddefecfb004e37a5ca3c2d86bfa3312a7064 (patch) | |
tree | d43999ffe9f1c238090dd13ecf010b7208d98874 /hid.h | |
parent | 5ef639f6333f15d03ae9982140e6b1a74d49dd4c (diff) |
getting ready for release 0.4
svn path=/trunk/externals/hcs/hid/; revision=2334
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 1 +#define HID_MINOR_VERSION 4 -static char *version = "$Revision: 1.11 $"; +static char *version = "$Revision: 1.12 $"; /*------------------------------------------------------------------------------ * CLASS DEF |