aboutsummaryrefslogtreecommitdiff
path: root/wiimote.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:45:55 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 09:45:55 +0000
commit84af4cd4d9df44b51ca4c7999bea4afcb0ea1051 (patch)
tree39da1257935a45df0b6dc9632cac7dc2035658fd /wiimote.c
parenta716404895da793c5bfb88f43d2534cb7def27e5 (diff)
automatic version updates
svn path=/trunk/externals/hardware/wiimote/; revision=13819
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
}