Skip to content

Commit 4a934fd

Browse files
authored
Release v5.2.0
Bumping the minor version, as we now do more autodetection than before
1 parent 67133df commit 4a934fd

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 := 1
28-
LBT_SOVERSION_PATCH := 2
27+
LBT_SOVERSION_MINOR := 2
28+
LBT_SOVERSION_PATCH := 0
2929

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

0 commit comments

Comments
 (0)