2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#1129] bump up hooks lib version

This commit is contained in:
Razvan Becheriu 2020-03-20 19:27:59 +02:00
parent 9bf62c1e56
commit bd05df1dc1
2 changed files with 3 additions and 3 deletions

View File

@ -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 10:0:0
libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 11:0:0
libkea_hooks_la_LIBADD =
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la

View File

@ -12,8 +12,8 @@
namespace {
// Version 15 of the hooks framework, set for Kea 1.7.5
const int KEA_HOOKS_VERSION = 15;
// Version 16 of the hooks framework, set for Kea 1.7.6
const int KEA_HOOKS_VERSION = 16;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";