mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Bump major number instead of minor
This commit is contained in:
parent
5462a49a71
commit
11d07acbab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8353
2 changed files with 6 additions and 6 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue