From 370f64314e121753dffbf707d9e8997b1e69392b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 12 Dec 2012 10:12:28 +0000 Subject: 0.12.1.1 --- Makefile | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1