aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-08 16:08:49 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-08 16:08:49 +0000
commit11d07acbab2cefb963bb56a902178d3df5cf0b96 (patch)
tree6a5c7c9f601e7575acc18c64ad53acd99a66babb /lib/ncurses
parent5462a49a717ee3b416b27e590f68644881c58b75 (diff)
downloadsrc-11d07acbab2cefb963bb56a902178d3df5cf0b96.tar.gz
src-11d07acbab2cefb963bb56a902178d3df5cf0b96.zip
Bump major number instead of minor
Notes
Notes: svn path=/head/; revision=8353
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 6e2ec82b19ce..65f7a57ac551 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -1,9 +1,9 @@
# Makefile for ncurses
-# $Id: Makefile,v 1.11 1995/04/20 21:35:51 ache Exp $
+# $Id: Makefile,v 1.12 1995/05/03 18:54:09 ache Exp $
LIB= ncurses
-SHLIB_MAJOR= 2
-SHLIB_MINOR= 1
+SHLIB_MAJOR= 3
+SHLIB_MINOR= 0
SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \
lib_unctrl.c lib_raw.c lib_vidattr.c lib_trace.c lib_beep.c \
lib_doupdate.c lib_refresh.c lib_initscr.c lib_newwin.c lib_addch.c \