Skip to content

Commit a40570b

Browse files
authored
Bump version to 0.5.6
1 parent a844d58 commit a40570b

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
@@ -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.5.5
9+
VERSION = 0.5.6
1010
SOMAJOR = 2
11-
SOMINOR = 4
11+
SOMINOR = 5
1212
DESTDIR =
1313
prefix = /usr/local
1414
bindir = $(prefix)/bin

0 commit comments

Comments
 (0)