mike-jumper commented on code in PR #494:
URL: https://github.com/apache/guacamole-server/pull/494#discussion_r1518175917
##########
src/libguac/Makefile.am:
##########
@@ -160,7 +160,7 @@ libguac_la_CFLAGS = \
-Werror -Wall -pedantic
libguac_la_LDFLAGS = \
- -version-info 23:0:0 \
+ -version-info 24:0:0 \
Review Comment:
I'm late to the party here, but are the changes between 1.5.4 and 1.5.5
ABI-breaking?
If not, I think this should be `24:0:1` (interfaces added, not changed or
removed). Doing a quick diff between `1.5.4` and `staging/1.5.5`, I'm not
seeing anything stand out as breaking changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]