GUACAMOLE-225: 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/f85978e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/f85978e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/f85978e4 Branch: refs/heads/staging/0.9.12-incubating Commit: f85978e43a631d2ac5a5b939e30a9edacc7a3949 Parents: e27996b Author: Michael Jumper <[email protected]> Authored: Tue Feb 28 09:43:02 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Tue Feb 28 09:47:53 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/f85978e4/src/libguac/Makefile.am ---------------------------------------------------------------------- diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 781f862..787dfe7 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 12:1:0 \ + -version-info 13:0:1 \ @CAIRO_LIBS@ \ @JPEG_LIBS@ \ @PNG_LIBS@ \
