Skip to content

Commit

Permalink
Bump version to 0.8 (#248)
Browse files Browse the repository at this point in the history
Bump the SOVERSION as well since we have some new exports and such.
  • Loading branch information
ViralBShah authored Sep 14, 2021
1 parent 69bb280 commit ed7aea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed7aea3

Please sign in to comment.