Skip to content

Commit ff05ebb

Browse files
committed
Release v5.10.1
It looks like we've been neglecting to update the SOVERSION when we release new versions.
1 parent fc053fe commit ff05ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Make.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ifneq (,$(findstring MINGW,$(OS))$(findstring MSYS,$(OS))$(findstring CYGWIN,$(O
2424
endif
2525

2626
LBT_SOVERSION_MAJOR := 5
27-
LBT_SOVERSION_MINOR := 4
28-
LBT_SOVERSION_PATCH := 0
27+
LBT_SOVERSION_MINOR := 10
28+
LBT_SOVERSION_PATCH := 1
2929

3030
ifeq ($(OS), WINNT)
3131
SHLIB_EXT := dll

0 commit comments

Comments
 (0)