aboutsummaryrefslogtreecommitdiff
path: root/wiimote.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 10:02:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 10:02:29 +0000
commit36ae420497a73f7433eb2adbbbf47653ade3bc5f (patch)
treebaf836d0cd3a94af63d09f5e2419aa2b1db69e8e /wiimote.c
parent3d63bd8fc23fc1613d45c85c2ebde5f99f3689a6 (diff)
parent297b2d6f3dd9e0e6e9a587b0379f407b71ac8740 (diff)
mreged in changes from trunk to fully support the template Makefile
svn path=/branches/externals/hardware/wiimote-0.3/; revision=13821
Diffstat (limited to 'wiimote.c')
-rw-r--r--wiimote.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiimote.c b/wiimote.c
index e6391a1..79bddf2 100644
--- a/wiimote.c
+++ b/wiimote.c
@@ -1144,5 +1144,9 @@ void wiimote_setup(void)
post(" (c) 2007 Mike Wozniewski");
post(" (c) 2008-2009 Florian Krebs");
post(" (c) 2009-2010 IOhannes m zmoelnig");
- post(" version 0.3 published under the GNU General Public License");
+#ifdef VERSION
+ post(" version " VERSION " published under the GNU General Public License");
+#else
+ post(" published under the GNU General Public License");
+#endif
}