Bump version to 0.5.5

This commit is contained in:
Alex Arslan 2017-09-06 11:11:47 -07:00
parent b11e72b288
commit 7e726c3107
No known key found for this signature in database
GPG Key ID: EE9A20F1240C6047
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ default: all
OS := $(shell uname)
# Do not forget to bump SOMINOR when changing VERSION,
# and SOMAJOR when breaking ABI in a backward-incompatible way
VERSION = 0.5.4
VERSION = 0.5.5
SOMAJOR = 2
SOMINOR = 3
SOMINOR = 4
DESTDIR =
prefix = /usr/local
bindir = $(prefix)/bin