Skip to content

Commit

Permalink
Release v5.10.1
Browse files Browse the repository at this point in the history
It looks like we've been neglecting to update the SOVERSION when we release new versions.
  • Loading branch information
staticfloat committed Jun 14, 2024
1 parent fc053fe commit ff05ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ifneq (,$(findstring MINGW,$(OS))$(findstring MSYS,$(OS))$(findstring CYGWIN,$(O
endif

LBT_SOVERSION_MAJOR := 5
LBT_SOVERSION_MINOR := 4
LBT_SOVERSION_PATCH := 0
LBT_SOVERSION_MINOR := 10
LBT_SOVERSION_PATCH := 1

ifeq ($(OS), WINNT)
SHLIB_EXT := dll
Expand Down

0 comments on commit ff05ebb

Please sign in to comment.