summaryrefslogtreecommitdiffstats
path: root/src/lib/database/Makefile.am
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2024-02-24 06:30:05 +0100
committerRazvan Becheriu <razvan@isc.org>2024-02-24 06:30:05 +0100
commit697592611df0d3b5a9580b5a8493bbebfe3502cb (patch)
tree68ee4f8e59f57c08817356c664e94be0e2c879ca /src/lib/database/Makefile.am
parent[#3193] fixed double free when using botan (diff)
downloadkea-697592611df0d3b5a9580b5a8493bbebfe3502cb.tar.xz
kea-697592611df0d3b5a9580b5a8493bbebfe3502cb.zip
[#3261] bump up library versions for 2.5.6 release
Diffstat (limited to 'src/lib/database/Makefile.am')
-rw-r--r--src/lib/database/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/database/Makefile.am b/src/lib/database/Makefile.am
index df01ef8a71..a802a8abc7 100644
--- a/src/lib/database/Makefile.am
+++ b/src/lib/database/Makefile.am
@@ -29,7 +29,7 @@ libkea_database_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
libkea_database_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
libkea_database_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS)
-libkea_database_la_LDFLAGS = -no-undefined -version-info 59:0:0
+libkea_database_la_LDFLAGS = -no-undefined -version-info 60:0:0
# If we want to get rid of all generated messages files, we need to use
# make maintainer-clean. The proper way to introduce custom commands for