Bump SONAME as discussed in #200

This commit is contained in:
Viral B. Shah 2019-12-09 21:43:44 -05:00
parent e6ac7d7f52
commit 5efed306d5
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ default: all
OS := $(shell uname)
# Do not forget to bump SOMINOR when changing VERSION,
# and SOMAJOR when breaking ABI in a backward-incompatible way
VERSION = 0.6.0
SOMAJOR = 2
SOMINOR = 5
VERSION = 0.7.0
SOMAJOR = 3
SOMINOR = 0
DESTDIR =
prefix = /usr/local
bindir = $(prefix)/bin