diff options
author | Razvan Becheriu <razvan@isc.org> | 2019-05-27 15:29:48 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2019-05-27 20:47:40 +0200 |
commit | e4ec2bff823e97b8a33a1e73946288eef9910c35 (patch) | |
tree | ff596c91364df45441a4b9f7299c8b628e62ca36 /src/lib/database | |
parent | [#6017,!340] bumped up libraries version before release (diff) | |
download | kea-e4ec2bff823e97b8a33a1e73946288eef9910c35.tar.xz kea-e4ec2bff823e97b8a33a1e73946288eef9910c35.zip |
bumped up libraries versions
Diffstat (limited to 'src/lib/database')
-rw-r--r-- | src/lib/database/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/database/Makefile.am b/src/lib/database/Makefile.am index edbed76e5c..e716c418ce 100644 --- a/src/lib/database/Makefile.am +++ b/src/lib/database/Makefile.am @@ -28,7 +28,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 1:0:0 +libkea_database_la_LDFLAGS = -no-undefined -version-info 2: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 |