We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d64df commit 0fa599cCopy full SHA for 0fa599c
1 file changed
Make.inc
@@ -3,9 +3,9 @@
3
OS := $(shell uname)
4
# Do not forget to bump SOMINOR when changing VERSION,
5
# and SOMAJOR when breaking ABI in a backward-incompatible way
6
-VERSION = 0.5.1-dev
+VERSION = 0.5.2
7
SOMAJOR = 2
8
-SOMINOR = 2
+SOMINOR = 3
9
DESTDIR =
10
prefix = /usr/local
11
bindir = $(prefix)/bin
0 commit comments