Merge pull request #162 from JuliaLang/aa/0.5.5

Bump version to 0.5.5
This commit is contained in:
Elliot Saba 2017-10-16 23:40:02 -07:00 committed by GitHub
commit 3ff5216a2f
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