Skip to content

Commit e2fc5dd

Browse files
committed
Bump VERSION
1 parent 07f61f3 commit e2fc5dd

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,9 +3,9 @@
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-dev
6+
VERSION = 0.5.1-dev
77
SOMAJOR = 2
8-
SOMINOR = 1
8+
SOMINOR = 2
99
DESTDIR =
1010
prefix = /usr/local
1111
bindir = $(prefix)/bin

0 commit comments

Comments
 (0)