INN commit: branches/2.6 (3 files)
INN Commit
rra at isc.org
Sat Dec 29 13:47:15 UTC 2018
Date: Saturday, December 29, 2018 @ 05:47:14
Author: iulius
Revision: 10321
Bump version information for our libraries released with INN 2.6.3
A few interfaces have changed in libinn (fqdn function, and new innconf
parameter).
Modified:
branches/2.6/history/Makefile
branches/2.6/lib/Makefile
branches/2.6/storage/Makefile
------------------+
history/Makefile | 2 +-
lib/Makefile | 2 +-
storage/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Modified: history/Makefile
===================================================================
--- history/Makefile 2018-12-29 13:46:28 UTC (rev 10320)
+++ history/Makefile 2018-12-29 13:47:14 UTC (rev 10321)
@@ -8,7 +8,7 @@
# recover from make update. We can't use .OLD extensions for the shared
# library since ldconfig will think .OLD sorts after the regular library and
# will point the binaries at the old library.
-LTVERSION = 3:2:0
+LTVERSION = 3:3:0
top = ..
CFLAGS = $(GCFLAGS) -I.
Modified: lib/Makefile
===================================================================
--- lib/Makefile 2018-12-29 13:46:28 UTC (rev 10320)
+++ lib/Makefile 2018-12-29 13:47:14 UTC (rev 10321)
@@ -8,7 +8,7 @@
# recover from make update. We can't use .OLD extensions for the shared
# library since ldconfig will think .OLD sorts after the regular library and
# will point the binaries at the old library.
-LTVERSION = 5:0:0
+LTVERSION = 6:0:0
top = ..
CFLAGS = $(GCFLAGS)
Modified: storage/Makefile
===================================================================
--- storage/Makefile 2018-12-29 13:46:28 UTC (rev 10320)
+++ storage/Makefile 2018-12-29 13:47:14 UTC (rev 10321)
@@ -8,7 +8,7 @@
# recover from make update. We can't use .OLD extensions for the shared
# library since ldconfig will think .OLD sorts after the regular library and
# will point the binaries at the old library.
-LTVERSION = 3:2:0
+LTVERSION = 3:3:0
top = ..
CFLAGS = $(GCFLAGS) -I. $(BDB_CPPFLAGS)
More information about the inn-committers
mailing list