diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-06-29 19:40:53 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2023-06-29 21:54:49 +0200 |
commit | 4114cf1ec5a884595be8c2e8bf55fd166a42b108 (patch) | |
tree | 18e6126f2f34169e30e63617dfde2e3f3dbde2d3 /src/lib/util | |
parent | [#2826] Addressed review comments (diff) | |
download | kea-4114cf1ec5a884595be8c2e8bf55fd166a42b108.tar.xz kea-4114cf1ec5a884595be8c2e8bf55fd166a42b108.zip |
[#2939] bump up library versions for 2.4.0 release
Diffstat (limited to 'src/lib/util')
-rw-r--r-- | src/lib/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index 3237d00d14..e2833a9649 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -50,7 +50,7 @@ libkea_util_la_SOURCES += encode/utf8.cc encode/utf8.h libkea_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la -libkea_util_la_LDFLAGS = -no-undefined -version-info 67:0:0 +libkea_util_la_LDFLAGS = -no-undefined -version-info 68:0:0 EXTRA_DIST = util.dox |