summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS4
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f785ef..59776ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.8
-LIB_MINOR = 0
+LIB_MINOR = 1
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index 36842bb..6bce09d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-- fixes some memory leaks
+Version 0.8.1 - 3 April 2009, Christophe Fergeau
+
- enumerate hid bus
+- fixes some memory leaks
Version 0.8.0 - 27 March 2009, Olivier Blin