summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--ltunify.c2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..88e307c
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,14 @@
+Version 0.2 - 23 July 2013
+
+* ltunify: display HID++ version and supported HID++ 2.0 features for `info`
+ option.
+* ltunify: print HID++ version of receiver.
+* ltunify: support c52f Nano receiver.
+* udev: use uaccess to allow seated users to login without joining a group.
+* Add various installation targets and variables to Makefile.
+* Updated registers.txt and monitoring tools with battery and keyboard
+ information.
+
+Version 0.1 - 25 April 2013
+
+* Initial release.
diff --git a/ltunify.c b/ltunify.c
index d348349..3da00d7 100644
--- a/ltunify.c
+++ b/ltunify.c
@@ -33,7 +33,7 @@
#include <libgen.h> /* for basename, used during discovery */
#ifndef PACKAGE_VERSION
-# define PACKAGE_VERSION "0.1"
+# define PACKAGE_VERSION "0.2"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))