Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/elftoolchain/lib bump version



details:   https://anonhg.NetBSD.org/src/rev/4510ec7bed6c
branches:  trunk
changeset: 343673:4510ec7bed6c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 20 02:44:02 2016 +0000

description:
bump version

diffstat:

 external/bsd/elftoolchain/lib/libdwarf/Makefile |  2 +-
 external/bsd/elftoolchain/lib/libelf/Makefile   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e9a99e0761c4 -r 4510ec7bed6c external/bsd/elftoolchain/lib/libdwarf/Makefile
--- a/external/bsd/elftoolchain/lib/libdwarf/Makefile   Sat Feb 20 02:43:41 2016 +0000
+++ b/external/bsd/elftoolchain/lib/libdwarf/Makefile   Sat Feb 20 02:44:02 2016 +0000
@@ -86,7 +86,7 @@
 
 LIBDPLIBS+=    elf ${.CURDIR}/../libelf
 
-SHLIB_MAJOR=   1
+SHLIB_MAJOR=   2
 SHLIB_MINOR=   0
 
 MAN=   dwarf.3                                         \
diff -r e9a99e0761c4 -r 4510ec7bed6c external/bsd/elftoolchain/lib/libelf/Makefile
--- a/external/bsd/elftoolchain/lib/libelf/Makefile     Sat Feb 20 02:43:41 2016 +0000
+++ b/external/bsd/elftoolchain/lib/libelf/Makefile     Sat Feb 20 02:44:02 2016 +0000
@@ -70,7 +70,7 @@
 CLEANFILES+=   ${GENSRCS}
 CPPFLAGS+=     -I. -I${SRCDIR} -I${TOP}/common
 
-SHLIB_MAJOR=   1
+SHLIB_MAJOR=   2
 SHLIB_MINOR=   0
 
 MAN=   elf.3                                                   \



Home | Main Index | Thread Index | Old Index