Bump version to 0.5.6

This commit is contained in:
Graham Inggs 2018-05-26 11:36:57 +02:00 committed by GitHub
parent a844d584d3
commit a40570be06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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