INN commit: trunk (history/Makefile lib/Makefile storage/Makefile)
INN Commit
rra at isc.org
Mon Dec 17 14:40:50 UTC 2018
Date: Monday, December 17, 2018 @ 06:40:49
Author: iulius
Revision: 10314
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:
trunk/history/Makefile
trunk/lib/Makefile
trunk/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-17 08:46:18 UTC (rev 10313)
+++ history/Makefile 2018-12-17 14:40:49 UTC (rev 10314)
@@ -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-17 08:46:18 UTC (rev 10313)
+++ lib/Makefile 2018-12-17 14:40:49 UTC (rev 10314)
@@ -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-17 08:46:18 UTC (rev 10313)
+++ storage/Makefile 2018-12-17 14:40:49 UTC (rev 10314)
@@ -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