Skip to content

Commit

Permalink
version 0.3.0 - introducing support for Logitech G710+
Browse files Browse the repository at this point in the history
  • Loading branch information
tolga9009 committed Jan 19, 2016
1 parent c959240 commit 8901516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Devices

* Microsoft SideWinder X4
* Microsoft SideWinder X6
* Logitech G710+ (experimental)
* Logitech G710+


Install
Expand Down
2 changes: 1 addition & 1 deletion src/sidewinderd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "device_data.hpp"

namespace sidewinderd {
std::string version("0.2.1");
std::string version("0.3.0");
std::atomic<bool> isRunning; /**< Sidewinderd main thread */
};

Expand Down

0 comments on commit 8901516

Please sign in to comment.