Skip to content

Commit 763da44

Browse files
committed
Bump SO major number as we have introduced API breakage.
Use version number as 0.5-dev, instead of 0.5.
1 parent 8d0843a commit 763da44

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
@@ -3,8 +3,8 @@
33
OS := $(shell uname)
44
# Do not forget to bump SOMINOR when changing VERSION,
55
# and SOMAJOR when breaking ABI in a backward-incompatible way
6-
VERSION = 0.5
7-
SOMAJOR = 1
6+
VERSION = 0.5-dev
7+
SOMAJOR = 2
88
SOMINOR = 1
99
DESTDIR =
1010
prefix = /usr/local

0 commit comments

Comments
 (0)