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 = 0 +LIB_MINOR = 1 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr @@ -1,3 +1,5 @@ +Version 0.11.1 - 1 December 2009, Thierry Vignaud + - do not crash if there're more than 100 PCI devices - further use libpci in order to check for PCIe capability |