summaryrefslogtreecommitdiff
path: root/gnu/lib/libobjc3
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2003-08-04 01:53:51 +0000
committermrg <mrg@NetBSD.org>2003-08-04 01:53:51 +0000
commit2fe59400d5b344d5ca776dcd6ced734445ebe5b9 (patch)
treebd62269b10943fc86827dc517fcd8470e5d5ef66 /gnu/lib/libobjc3
parent134561f7df19170ce8c453fb2bf1995f955eaea9 (diff)
bump the major on these
Diffstat (limited to 'gnu/lib/libobjc3')
-rw-r--r--gnu/lib/libobjc3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libobjc3/Makefile b/gnu/lib/libobjc3/Makefile
index 5dc3e07cc12..70f213bf689 100644
--- a/gnu/lib/libobjc3/Makefile
+++ b/gnu/lib/libobjc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/01 17:03:43 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2003/08/04 01:53:52 mrg Exp $
REQUIRETOOLS= yes
NOLINT= # defined
@@ -9,7 +9,7 @@ LIB= objc
.if ${MKGCC} != "no"
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
SHLIB_MINOR= 0
# Machine-independent definitions (include file names).