From: Razvan Becheriu Date: Fri, 23 Oct 2020 11:20:25 +0000 (+0300) Subject: [#1481] bump lib versions for 1.9.1 X-Git-Tag: Kea-1.9.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37b21936bb22222edbfa0f850d5e43a6e297a34;p=thirdparty%2Fkea.git [#1481] bump lib versions for 1.9.1 --- diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index d2e76f0409..b25765fc9d 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -38,7 +38,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS) libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS) -libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 26:0:0 +libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 27:0:0 libkea_hooks_la_LIBADD = libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index 9c57fbb31e..691b36aee3 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 10900 of the hooks framework, set for Kea 1.9.0 -const int KEA_HOOKS_VERSION = 10900; +// Version 10901 of the hooks framework, set for Kea 1.9.1 +const int KEA_HOOKS_VERSION = 10901; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load";