From 2fe59400d5b344d5ca776dcd6ced734445ebe5b9 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 4 Aug 2003 01:53:51 +0000 Subject: bump the major on these --- gnu/lib/libobjc3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/lib/libobjc3') 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). -- cgit