From ed7aea3e2b602532959c76c6de5ba7aeb161d34b Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 14 Sep 2021 12:35:03 -0400 Subject: [PATCH] Bump version to 0.8 (#248) Bump the SOVERSION as well since we have some new exports and such. --- Make.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.inc b/Make.inc index 0c6dd3f2..b7d74061 100644 --- a/Make.inc +++ b/Make.inc @@ -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