From ed5fe4d755b1a5086cbba6a497942ed92f3e0910 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Wed, 10 Jan 2018 16:52:36 +0100 Subject: [PATCH] crank major, to match openbsd version --- libsndio/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsndio/Makefile.in b/libsndio/Makefile.in index f3ce7e0..fd6c735 100644 --- a/libsndio/Makefile.in +++ b/libsndio/Makefile.in @@ -42,8 +42,8 @@ MAN7 = sndio.7 # # libraries to build and install # -MAJ = 6 -MIN = 1 +MAJ = 7 +MIN = 0 SO = @so@ SO_LINK = @so_link@