diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ NAME = ldetect LIB_MAJOR = 0.11 -LIB_MINOR = 2 +LIB_MINOR = 3 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,3 +1,5 @@ +Version 0.11.3 - 21 November 2011, Thierry Vignaud + - make sure to behave properly on errors in libmodprobe (#3309) - use saner API for quieting libmodprobe - switch back to dynamically linking against libmodprobe |