From e582b968256786ecfb2fbf172cd5b4be3e224cd8 Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Wed, 22 Nov 2023 13:05:54 -0800 Subject: [PATCH] GUACAMOLE-1886: Bump libguac to new soversion (interfaces changed). The contents of the guac_client structure have been modified such that existing structure members may have different offsets. Established code that links against libguac will need to be rebuilt. --- src/libguac/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 8d973877..9111d3e5 100644 --- a/src/libguac/Makefile.am +++ b/src/libguac/Makefile.am @@ -160,7 +160,7 @@ libguac_la_CFLAGS = \ -Werror -Wall -pedantic libguac_la_LDFLAGS = \ - -version-info 22:0:1 \ + -version-info 23:0:0 \ -no-undefined \ @CAIRO_LIBS@ \ @DL_LIBS@ \