summaryrefslogtreecommitdiffstats
path: root/src/lib/database/Makefile.am
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2022-08-26 18:40:56 +0200
committerRazvan Becheriu <razvan@isc.org>2022-08-29 13:51:18 +0200
commit5acb6ea3f705c3cf10b62d80355dd823361efcf7 (patch)
tree00eb96700e37fed684e8aa036ed899a953535196 /src/lib/database/Makefile.am
parent[#2441] added warning message to instruct Kea MT rewuired HA+MT (diff)
downloadkea-5acb6ea3f705c3cf10b62d80355dd823361efcf7.tar.xz
kea-5acb6ea3f705c3cf10b62d80355dd823361efcf7.zip
[#2546] bump lib versions for 2.3.0
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 70b2cba8ac..5bf8633094 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 35:0:0
+libkea_database_la_LDFLAGS = -no-undefined -version-info 45: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