Skip to content

Commit

Permalink
Bump version to 0.8
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 9, 2021
1 parent f88e52a commit 62461d4
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 62461d4

Please sign in to comment.