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 a45ad15..cc5ee95 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.8
-LIB_MINOR = 2
+LIB_MINOR = 3
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index a8ee612..2994565 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.8.3 - 20 April 2009, Pascal Terjan
+
- fix parsing of /proc/bus/usb/device I: lines and use the class
of the first interface used by a driver instead of the first
interface (or first one like before when none is used).