diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ NAME = ldetect LIB_MAJOR = 0.12 LIB_MINOR = 1 -VERSION=$(LIB_MAJOR).$(LIB_MINOR) +VERSION=$(LIB_MAJOR).$(LIB_MINOR).1 prefix = /usr bindir = $(prefix)/bin @@ -1,3 +1,5 @@ +Version 0.12.1.1 - 12 December 2012, Thierry Vignaud + - bump max devices number per bus from 100 to 300 (mga#8320) - make ldetect 3x faster |