summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85469bc..b430985 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/NEWS b/NEWS
index 0299e59..8738632 100644
--- a/NEWS
+++ b/NEWS
@@ -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