From 4aa91d68179f533679edf1ab69405d47ace09ec4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 6 Nov 2004 21:21:06 +0000 Subject: added release major and minor version svn path=/trunk/externals/hcs/hid/; revision=2228 --- hid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hid.c') 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 ",version); + post("[hid] %d.%d, written by Hans-Christoph Steiner ", + 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!"); -- cgit v1.2.1