Skip to content

Commit b127bc8

Browse files
committed
Release v5.12
We are now going to bump the minor version number even when just including new forwarding symbols, as this technically changes the external API.
1 parent c48da8a commit b127bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Make.inc

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

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

0 commit comments

Comments
 (0)