Version number update

This commit is contained in:
Ingo Ruhnke 2009-01-11 03:35:22 +01:00
parent 0f2b94f63f
commit 87955f3ac0
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
xboxdrv 0.4.2 - (11/Jan/2009)
============================
* fixed --dpad-only
xboxdrv 0.4 - (07/Jan/2009)
===========================

View file

@ -444,7 +444,7 @@ void print_led_help()
void print_version()
{
std::cout
<< "xboxdrv 0.4\n"
<< "xboxdrv 0.4.2\n"
<< "Copyright (C) 2008 Ingo Ruhnke <grumbel@gmx.de>\n"
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
<< "This is free software: you are free to change and redistribute it.\n"