You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/01/01 21:24:15 UTC

[4/5] guacamole-server git commit: GUACAMOLE-423: Update libtool version info for libguac (interfaces added, none changed/removed).

GUACAMOLE-423: Update libtool version info for libguac (interfaces added, none changed/removed).


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/1b81549c
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/1b81549c
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/1b81549c

Branch: refs/heads/staging/0.9.14
Commit: 1b81549c97bcd6fb2e536f89a85474366c6d0bfb
Parents: 3723620
Author: Michael Jumper <mj...@apache.org>
Authored: Wed Dec 6 01:18:42 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Dec 7 19:10:45 2017 -0800

----------------------------------------------------------------------
 src/libguac/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/1b81549c/src/libguac/Makefile.am
----------------------------------------------------------------------
diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am
index a76c0f3..a5b5ba7 100644
--- a/src/libguac/Makefile.am
+++ b/src/libguac/Makefile.am
@@ -118,7 +118,7 @@ libguac_la_CFLAGS = \
     -Werror -Wall -pedantic -I$(srcdir)/guacamole
 
 libguac_la_LDFLAGS =     \
-    -version-info 14:0:2 \
+    -version-info 15:0:3 \
     -no-undefined        \
     @CAIRO_LIBS@         \
     @DL_LIBS@            \