From 163838dfccf6ae714128456195671a656dd428f0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 25 Jun 2008 19:36:19 +0000 Subject: - 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 --- hidio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hidio.h') 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 $"; */ -- cgit v1.2.1