summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8877a5b..8b5e258 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.8
-LIB_MINOR = 5
+LIB_MINOR = 6
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index cd9cf64..edfe9a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.8.6 - 23 September 2009, Pascal Terjan
+
- parse only once usb.ids (avoids displaying Duplicate errors)
Version 0.8.5 - 14 September 2009, Pascal Terjan