Skip to content

Commit 0fa599c

Browse files
committed
BUMP VERSION
1 parent f8d64df commit 0fa599c

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

0 commit comments

Comments
 (0)