From 84af4cd4d9df44b51ca4c7999bea4afcb0ea1051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Aug 2010 09:45:55 +0000 Subject: automatic version updates svn path=/trunk/externals/hardware/wiimote/; revision=13819 --- wiimote.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wiimote.c') 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 } -- cgit v1.2.1