aboutsummaryrefslogtreecommitdiff
path: root/wiimote.c
diff options
context:
space:
mode:
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
}