Skip to content

Commit 168467f

Browse files
committed
As discussed in #69, this only requires a minor version number bump.
1 parent 557ac71 commit 168467f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Make.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ OS := $(shell uname)
44
# Do not forget to bump SOMINOR when changing VERSION,
55
# and SOMAJOR when breaking ABI in a backward-incompatible way
66
VERSION = 0.5
7-
SOMAJOR = 2
8-
SOMINOR = 0
7+
SOMAJOR = 1
8+
SOMINOR = 1
99
DESTDIR =
1010
prefix = /usr/local
1111
bindir = $(prefix)/bin

0 commit comments

Comments
 (0)