From 55121620aec17d612aa2fe687f118bfe2307aa53 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Sep 2009 17:18:15 +0000 Subject: bump major since ABI changed --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78331de..e007ec6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = ldetect -LIB_MAJOR = 0.8 -LIB_MINOR = 6 +LIB_MAJOR = 0.9 +LIB_MINOR = 0 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr -- cgit v1.2.1