diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-03-22 15:38:56 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-03-22 15:41:25 +0100 |
commit | 7c8af0de0a0601b7683cf5512c97c26ded55ab9d (patch) | |
tree | 85d4bbcfe715a7ab7c86c43117f045642a901756 /src/lib/dns/Makefile.am | |
parent | [#3300] revert fix and move poll (diff) | |
download | kea-7c8af0de0a0601b7683cf5512c97c26ded55ab9d.tar.xz kea-7c8af0de0a0601b7683cf5512c97c26ded55ab9d.zip |
[#3304] bump up library versions for 2.5.7 release
Diffstat (limited to 'src/lib/dns/Makefile.am')
-rw-r--r-- | src/lib/dns/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/Makefile.am b/src/lib/dns/Makefile.am index 7dda8e4714..eefa489c66 100644 --- a/src/lib/dns/Makefile.am +++ b/src/lib/dns/Makefile.am @@ -13,7 +13,7 @@ BUILT_SOURCES += rdataclass.h rdataclass.cc lib_LTLIBRARIES = libkea-dns++.la -libkea_dns___la_LDFLAGS = -no-undefined -version-info 54:0:0 +libkea_dns___la_LDFLAGS = -no-undefined -version-info 55:0:0 libkea_dns___la_LDFLAGS += $(AM_LDFLAGS) $(CRYPTO_LDFLAGS) libkea_dns___la_SOURCES = |