You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2017/01/10 18:52:44 UTC

[2/3] incubator-guacamole-server git commit: GUACAMOLE-154: Bump libtool version-info.

GUACAMOLE-154: Bump libtool version-info.


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/8b08a0e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/8b08a0e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/8b08a0e4

Branch: refs/heads/staging/0.9.11-incubating
Commit: 8b08a0e444337969c797f2a953bdd3edd2141af1
Parents: 7759210
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Jan 9 11:38:47 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Mon Jan 9 11:38:47 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/8b08a0e4/src/libguac/Makefile.am
----------------------------------------------------------------------
diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am
index 360b431..46d4e58 100644
--- a/src/libguac/Makefile.am
+++ b/src/libguac/Makefile.am
@@ -103,7 +103,7 @@ libguac_la_CFLAGS = \
     -Werror -Wall -pedantic -Iguacamole
 
 libguac_la_LDFLAGS =     \
-    -version-info 12:0:0 \
+    -version-info 12:1:0 \
     @CAIRO_LIBS@         \
     @JPEG_LIBS@          \
     @PNG_LIBS@           \