Skip to content

Commit ed7aea3

Browse files
authored
Bump version to 0.8 (#248)
Bump the SOVERSION as well since we have some new exports and such.
1 parent 69bb280 commit ed7aea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Make.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ default: all
66
OS := $(shell uname)
77
# Do not forget to bump SOMINOR when changing VERSION,
88
# and SOMAJOR when breaking ABI in a backward-incompatible way
9-
VERSION = 0.7.0
10-
SOMAJOR = 3
9+
VERSION = 0.8.0
10+
SOMAJOR = 4
1111
SOMINOR = 0
1212
DESTDIR =
1313
prefix ?= /usr/local

0 commit comments

Comments
 (0)