From 3331f2fa025b76081021ded54e18202ebde82e5b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 15 May 2019 11:39:18 -0400 Subject: [PATCH] Update soname. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87477f0e..a8bd60fd 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ clean: build/version.txt: $(JANET_TARGET) $(JANET_TARGET) -e '(print janet/version)' > $@ -SONAME=libjanet.so.0 +SONAME=libjanet.so.1 install: $(JANET_TARGET) build/version.txt mkdir -p $(BINDIR) cp $(JANET_TARGET) $(BINDIR)/janet