Skip to content

Commit 5efed30

Browse files
committed
Bump SONAME as discussed in #200
1 parent e6ac7d7 commit 5efed30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Make.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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.6.0
10-
SOMAJOR = 2
11-
SOMINOR = 5
9+
VERSION = 0.7.0
10+
SOMAJOR = 3
11+
SOMINOR = 0
1212
DESTDIR =
1313
prefix = /usr/local
1414
bindir = $(prefix)/bin

0 commit comments

Comments
 (0)