INN commit: trunk (history/Makefile lib/Makefile storage/Makefile)
INN Commit
rra at isc.org
Sun Nov 6 13:57:15 UTC 2016
Date: Sunday, November 6, 2016 @ 05:57:15
Author: iulius
Revision: 10108
Bump version information for our libraries released with INN 2.6.1
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 2016-11-06 13:54:37 UTC (rev 10107)
+++ history/Makefile 2016-11-06 13:57:15 UTC (rev 10108)
@@ -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 13:54:37 UTC (rev 10107)
+++ lib/Makefile 2016-11-06 13:57:15 UTC (rev 10108)
@@ -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 13:54:37 UTC (rev 10107)
+++ storage/Makefile 2016-11-06 13:57:15 UTC (rev 10108)
@@ -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