From f3084e4019cffdf3468ef74159742e2c08cf62b8 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 3 May 1995 22:14:01 +0000 Subject: [PATCH] Bump minor number --- lib/libtermcap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libtermcap/Makefile b/lib/libtermcap/Makefile index cd0ba384027..8c90c9d4314 100644 --- a/lib/libtermcap/Makefile +++ b/lib/libtermcap/Makefile @@ -1,6 +1,8 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= termcap +SHLIB_MAJOR= 2 +SHLIB_MINOR= 1 CFLAGS+=-DCM_N -DCM_GT -DCM_B -DCM_D SRCS= termcap.c tgoto.c tputs.c tparm.c