INN commit: trunk (4 files)

INN Commit rra at isc.org
Sun Nov 22 21:16:26 UTC 2020


    Date: Sunday, November 22, 2020 @ 13:16:26
  Author: iulius
Revision: 10424

Bump revision numbers in INN libraries

Modified:
  trunk/LICENSE
  trunk/history/Makefile
  trunk/lib/Makefile
  trunk/storage/Makefile

------------------+
 LICENSE          |    2 +-
 history/Makefile |    2 +-
 lib/Makefile     |    2 +-
 storage/Makefile |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: LICENSE
===================================================================
--- LICENSE	2020-11-22 21:15:35 UTC (rev 10423)
+++ LICENSE	2020-11-22 21:16:26 UTC (rev 10424)
@@ -3,7 +3,7 @@
 and license:
 
    Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
-       2013, 2014, 2015, 2016, 2017, 2018, 2019
+       2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020
        by Internet Systems Consortium, Inc. ("ISC")
    Copyright (c) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
        2002, 2003 by The Internet Software Consortium and Rich Salz

Modified: history/Makefile
===================================================================
--- history/Makefile	2020-11-22 21:15:35 UTC (rev 10423)
+++ history/Makefile	2020-11-22 21:16:26 UTC (rev 10424)
@@ -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:3:0
+LTVERSION     = 3:4:0
 
 top           = ..
 CFLAGS        = $(GCFLAGS) -I.

Modified: lib/Makefile
===================================================================
--- lib/Makefile	2020-11-22 21:15:35 UTC (rev 10423)
+++ lib/Makefile	2020-11-22 21:16:26 UTC (rev 10424)
@@ -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     = 6:0:0
+LTVERSION     = 6:1:0
 
 top	= ..
 CFLAGS  = $(GCFLAGS)

Modified: storage/Makefile
===================================================================
--- storage/Makefile	2020-11-22 21:15:35 UTC (rev 10423)
+++ storage/Makefile	2020-11-22 21:16:26 UTC (rev 10424)
@@ -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:3:0
+LTVERSION     = 3:4:0
 
 top	      = ..
 CFLAGS	      = $(GCFLAGS) -I. $(BDB_CPPFLAGS)



More information about the inn-committers mailing list