diff options
author | Francis Dupont <fdupont@isc.org> | 2020-09-25 14:13:15 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-09-25 18:43:16 +0200 |
commit | 19cfef7b06e90dccc23602ffd07ef4778a31b64b (patch) | |
tree | 07e845fff6e404d18e91e28bc004cbd0e7da1a9b /src/lib/util/Makefile.am | |
parent | [#1373] fixed unittests (diff) | |
download | kea-19cfef7b06e90dccc23602ffd07ef4778a31b64b.tar.xz kea-19cfef7b06e90dccc23602ffd07ef4778a31b64b.zip |
[#1400] Bumped versions
Diffstat (limited to 'src/lib/util/Makefile.am')
-rw-r--r-- | src/lib/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index c8085603e7..f6e2049fa2 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -48,7 +48,7 @@ libkea_util_la_SOURCES += random/random_number_generator.h libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -libkea_util_la_LDFLAGS = -no-undefined -version-info 16:0:0 +libkea_util_la_LDFLAGS = -no-undefined -version-info 26:0:0 EXTRA_DIST = util.dox |