aboutsummaryrefslogtreecommitdiff
path: root/hidio.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-25 19:36:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-06-25 19:36:19 +0000
commit163838dfccf6ae714128456195671a656dd428f0 (patch)
treebf8c8bf09583a6dbcbb01a7d64593595166f768d /hidio.h
parent57829799d062101218aa4721cc5a052e87d1b962 (diff)
- cleaned up debug messages some and set default message level to 0 (none)
- remove [print( and replaced it with [devices( and [elements( - made the [open 0( status output on device close - bumped version number 0.1 in preparation for more work to be done :) svn path=/trunk/externals/io/hidio/; revision=10101
Diffstat (limited to 'hidio.h')
-rw-r--r--hidio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hidio.h b/hidio.h
index 56c4d5f..1474791 100644
--- a/hidio.h
+++ b/hidio.h
@@ -44,7 +44,7 @@ typedef void t_clock;
#define HIDIO_MAJOR_VERSION 0
-#define HIDIO_MINOR_VERSION 0
+#define HIDIO_MINOR_VERSION 1
/* static char *version = "$Revision: 1.20 $"; */