INN commit: branches/2.6 (3 files)

INN Commit rra at isc.org
Sun Jan 28 21:23:03 UTC 2018


    Date: Sunday, January 28, 2018 @ 13:23:03
  Author: iulius
Revision: 10231

Bump version information for our libraries released with INN 2.6.2

A few interfaces have changed in libinn.

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-01-28 21:22:21 UTC (rev 10230)
+++ history/Makefile	2018-01-28 21:23:03 UTC (rev 10231)
@@ -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:1:0
+LTVERSION     = 3:2:0
 
 top           = ..
 CFLAGS        = $(GCFLAGS) -I.

Modified: lib/Makefile
===================================================================
--- lib/Makefile	2018-01-28 21:22:21 UTC (rev 10230)
+++ lib/Makefile	2018-01-28 21:23:03 UTC (rev 10231)
@@ -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     = 4:0:0
+LTVERSION     = 5:0:0
 
 top	= ..
 CFLAGS  = $(GCFLAGS)

Modified: storage/Makefile
===================================================================
--- storage/Makefile	2018-01-28 21:22:21 UTC (rev 10230)
+++ storage/Makefile	2018-01-28 21:23:03 UTC (rev 10231)
@@ -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:1:0
+LTVERSION     = 3:2:0
 
 top	      = ..
 CFLAGS	      = $(GCFLAGS) -I. $(BDB_CPPFLAGS)



More information about the inn-committers mailing list