summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-11 13:55:25 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-11 13:55:25 +0000
commita3d75c7c9d9aac00d72aef6088a9c2cd415bc213 (patch)
tree5b5b1538dc88480a7d94a190e53ed45f82afe3f0
parent834b397d9dc5869e677ca11f1ed64c2b23601d7d (diff)
downloadldetect-a3d75c7c9d9aac00d72aef6088a9c2cd415bc213.tar
ldetect-a3d75c7c9d9aac00d72aef6088a9c2cd415bc213.tar.gz
ldetect-a3d75c7c9d9aac00d72aef6088a9c2cd415bc213.tar.bz2
ldetect-a3d75c7c9d9aac00d72aef6088a9c2cd415bc213.tar.xz
ldetect-a3d75c7c9d9aac00d72aef6088a9c2cd415bc213.zip
0.12.4
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5be823..e00a7da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
NAME = ldetect
LIB_MAJOR = 0.12
-LIB_MINOR = 3
+LIB_MINOR = 4
VERSION=$(LIB_MAJOR).$(LIB_MINOR)
prefix = /usr
diff --git a/NEWS b/NEWS
index f3b312f..afad4bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.12.4 - 11 December 2012, Thierry Vignaud
+
- bump max devices number per bus from 100 to 300 (mga#8320)
Version 0.12.3 - 12 September 2012, Thierry Vignaud