mike-jumper commented on code in PR #494:
URL: https://github.com/apache/guacamole-server/pull/494#discussion_r1518293792
##########
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:
Never mind - I think you were right to update to `24:0:0`. In the case of
1.5.5, the only change I see to any interface is the additional `socket_lock`
member added to `guac_socket_ssl_data`, and that does qualify as a "changed
interface".
--
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]