diff options
author | ache <ache@FreeBSD.org> | 1995-05-08 16:08:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-08 16:08:49 +0000 |
commit | aef44373fed97c07525668d77777c524c4b2616d (patch) | |
tree | 6a5c7c9f601e7575acc18c64ad53acd99a66babb /lib | |
parent | 80c8aec0c7e90f8bac4b4f060c103dc6e3187fb0 (diff) | |
download | FreeBSD-src-aef44373fed97c07525668d77777c524c4b2616d.zip FreeBSD-src-aef44373fed97c07525668d77777c524c4b2616d.tar.gz |
Bump major number instead of minor
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/Makefile | 6 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 6e2ec82..65f7a57 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/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 \ diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 6e2ec82..65f7a57 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 \ |