From 32fd392e4207ee2d6bcf019340bc1b89512e1d54 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sat, 28 Mar 2009 23:43:59 +0000 Subject: bump major because of ABI change --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1051f20..3a7a1fe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = ldetect -LIB_MAJOR = 0.7 -LIB_MINOR = 28 +LIB_MAJOR = 0.8 +LIB_MINOR = 0 VERSION=$(LIB_MAJOR).$(LIB_MINOR) prefix = /usr -- cgit v1.2.1