diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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 |