Bump version to 0.8 (#248)

Bump the SOVERSION as well since we have some new exports and such.
This commit is contained in:
Viral B. Shah
2021-09-14 12:35:03 -04:00
committed by GitHub
parent 69bb2804da
commit ed7aea3e2b
+2 -2
View File
@@ -6,8 +6,8 @@ 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.7.0
SOMAJOR = 3
VERSION = 0.8.0
SOMAJOR = 4
SOMINOR = 0
DESTDIR =
prefix ?= /usr/local