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 2017/06/03 23:36:57 UTC

[2/3] incubator-guacamole-server git commit: GUACAMOLE-314: Bump libtool version info (interface added, none changed/removed).

GUACAMOLE-314: Bump libtool version info (interface added, none changed/removed).


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

Branch: refs/heads/staging/0.9.13-incubating
Commit: 584c108d1abfb960c2b215e832aa5bd580f345da
Parents: 57ee384
Author: Michael Jumper <mj...@apache.org>
Authored: Thu Jun 1 22:52:12 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu Jun 1 22:52:12 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/584c108d/src/libguac/Makefile.am
----------------------------------------------------------------------
diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am
index 787dfe7..4590e9f 100644
--- a/src/libguac/Makefile.am
+++ b/src/libguac/Makefile.am
@@ -104,7 +104,7 @@ libguac_la_CFLAGS = \
     -Werror -Wall -pedantic -Iguacamole
 
 libguac_la_LDFLAGS =     \
-    -version-info 13:0:1 \
+    -version-info 14:0:2 \
     @CAIRO_LIBS@         \
     @JPEG_LIBS@          \
     @PNG_LIBS@           \