INN commit: branches/2.6 (3 files)
INN Commit
rra at isc.org
Sun Nov 6 14:18:27 UTC 2016
Date: Sunday, November 6, 2016 @ 06:18:27
Author: iulius
Revision: 10114
Bump version information for our libraries released with INN 2.6.1
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 2016-11-06 14:17:37 UTC (rev 10113)
+++ history/Makefile 2016-11-06 14:18:27 UTC (rev 10114)
@@ -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:0:0
+LTVERSION = 3:1:0
top = ..
CFLAGS = $(GCFLAGS) -I.
Modified: lib/Makefile
===================================================================
--- lib/Makefile 2016-11-06 14:17:37 UTC (rev 10113)
+++ lib/Makefile 2016-11-06 14:18:27 UTC (rev 10114)
@@ -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:0:0
+LTVERSION = 4:0:0
top = ..
CFLAGS = $(GCFLAGS)
Modified: storage/Makefile
===================================================================
--- storage/Makefile 2016-11-06 14:17:37 UTC (rev 10113)
+++ storage/Makefile 2016-11-06 14:18:27 UTC (rev 10114)
@@ -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:0:0
+LTVERSION = 3:1:0
top = ..
CFLAGS = $(GCFLAGS) -I. $(BDB_CPPFLAGS)
More information about the inn-committers
mailing list