summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--NEWS2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b958396..9a0fc0b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
-LIB_MAJOR = 0.11
-LIB_MINOR = 6
+LIB_MAJOR = 0.12
+LIB_MINOR = 0
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index bb0951d..f710940 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.12.0 - 13 January 2012, Thierry Vignaud
+
- switch from libmodprobe to new libkmod
Version 0.11.6 - 9 January 2012, Thierry Vignaud