Merge pull request #180 from JuliaLang/ginggs-0.5.6

Bump version to 0.5.6
This commit is contained in:
Viral B. Shah 2018-06-18 16:01:46 -04:00 committed by GitHub
commit ca996acc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.5
VERSION = 0.5.6
SOMAJOR = 2
SOMINOR = 4
SOMINOR = 5
DESTDIR =
prefix = /usr/local
bindir = $(prefix)/bin