Skip to content

Commit ca996ac

Browse files
authored
Merge pull request #180 from JuliaLang/ginggs-0.5.6
Bump version to 0.5.6
2 parents 73b3d88 + a40570b commit ca996ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Make.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ default: all
66
OS := $(shell uname)
77
# Do not forget to bump SOMINOR when changing VERSION,
88
# and SOMAJOR when breaking ABI in a backward-incompatible way
9-
VERSION = 0.5.5
9+
VERSION = 0.5.6
1010
SOMAJOR = 2
11-
SOMINOR = 4
11+
SOMINOR = 5
1212
DESTDIR =
1313
prefix = /usr/local
1414
bindir = $(prefix)/bin

0 commit comments

Comments
 (0)