From: Marcin Siodelski Date: Mon, 27 May 2019 18:07:49 +0000 (+0200) Subject: [#617,!340] Corrected versio-info in exceptions. X-Git-Tag: Kea-1.6.0-beta~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aab26b315deae9f190765e4d6743e6a361ab36e;p=thirdparty%2Fkea.git [#617,!340] Corrected versio-info in exceptions. --- diff --git a/src/lib/exceptions/Makefile.am b/src/lib/exceptions/Makefile.am index 75edc8adc1..6551264b7d 100644 --- a/src/lib/exceptions/Makefile.am +++ b/src/lib/exceptions/Makefile.am @@ -6,7 +6,7 @@ AM_CXXFLAGS=$(KEA_CXXFLAGS) lib_LTLIBRARIES = libkea-exceptions.la libkea_exceptions_la_SOURCES = exceptions.h exceptions.cc -libkea_exceptions_la_LDFLAGS = -no-undefined -version-info 0:1:1 +libkea_exceptions_la_LDFLAGS = -no-undefined -version-info 1:0:1 CLEANFILES = *.gcno *.gcda