diff options
author | Thomas Markwalder <tmark@isc.org> | 2019-07-19 14:05:12 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2019-07-19 18:34:39 +0200 |
commit | 7b3bbdbdec99ef25a6739c03f414370151f9763b (patch) | |
tree | 806041eddba2c6560c8e335609f3d1b091b9c96e /src/lib/pgsql/Makefile.am | |
parent | [#741,!428] Fixed doxygen errors (diff) | |
download | kea-7b3bbdbdec99ef25a6739c03f414370151f9763b.tar.xz kea-7b3bbdbdec99ef25a6739c03f414370151f9763b.zip |
[#740,!427] Bumping library version numbers for 1.6.0-beta2
libkea_asiodns -> no changes
libkea_asiolink -> 7:2:0 (rule #3)
libkea_cc -> 9:0:1 (rule #4,#5) Added BaseStampedElement class
libkea_cfgclient -> 7:1:0 (rule #3) internal changes
libkea_cql -> no changes
libkea_cryptolink -> no changes
libkea_database -> 3:0:1 (rule #4,#5) Support for Server objects
libkea_dhcp -> 13:0:0 (rule #4) OptionDefContainer declaration changes
libkea_dhcp_ddns -> no changes
libkea_dhcpsrv -> 16:0:1 (rule #4, #5) ConfigBackendDHCPv* support for Server objects
libkea_dns -> no changes
libkea_eval -> 10:1:0 (rule #3)
libkea_exceptions -> no changes
libkea_hooks -> 7.3.0, bumped KEA_HOOKS_VERSION to 10
libkea_http -> 6:0:1 (rule #4, #5) close_callback handler parameter added
libkea_log -> no changes
libkea_mysql -> 1:1:0 (rule #3) schema version was bumped
libkea_pgsql -> 0:1:0 (rule #3) schema version was bumped
libkea_process -> 4:1:0 (rule #3)
libkea_stats -> 3:0:1 (rule #4,#5) Support for multiple data points per stat
libkea_threads -> no changes
libkea_util_io -> no changes, a Copyright year was updated
libkea_util -> no changes, a typo in a comment was fixed
libkea_yang -> 1:3:0 (rule #3)
Diffstat (limited to 'src/lib/pgsql/Makefile.am')
-rw-r--r-- | src/lib/pgsql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pgsql/Makefile.am b/src/lib/pgsql/Makefile.am index 3f92c7f53e..534550fb1b 100644 --- a/src/lib/pgsql/Makefile.am +++ b/src/lib/pgsql/Makefile.am @@ -21,7 +21,7 @@ libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la libkea_pgsql_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la libkea_pgsql_la_LIBADD += $(LOG4CPLUS_LIBS) $(BOOST_LIBS) -libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 0:0:0 +libkea_pgsql_la_LDFLAGS = -no-undefined -version-info 0:1:0 libkea_pgsql_la_LDFLAGS += $(PGSQL_LIBS) |