aboutsummaryrefslogtreecommitdiff
path: root/hid.c
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.c
parent97f8e42015cdefa311e734856e4f66323dc521cd (diff)
added release major and minor version
svn path=/trunk/externals/hcs/hid/; revision=2228
Diffstat (limited to 'hid.c')
-rw-r--r--hid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hid.c b/hid.c
index d614065..4ad7c53 100644
--- a/hid.c
+++ b/hid.c
@@ -185,7 +185,8 @@ static void *hid_new(t_float f)
DEBUG(post("hid_new"););
post("/=========================== [hid] ===========================\\");
- post("[hid] %s, written by Hans-Christoph Steiner <hans@eds.org>",version);
+ post("[hid] %d.%d, written by Hans-Christoph Steiner <hans@eds.org>",
+ HID_MAJOR_VERSION, HID_MINOR_VERSION);
#if !defined(__linux__) && !defined(__APPLE__)
error(" !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !!");
error(" This is a dummy, since this object only works GNU/Linux and MacOS X!");