diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-16 14:42:08 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-16 14:42:08 +0000 |
commit | a7562918c54fe5060aa1a4b5a02e9ecb6eba9e5a (patch) | |
tree | 8e06cba3465a076d4dfdb0f2a720445ccfdc68ba /lib/ncurses | |
parent | 8761a2e70dd1ab24410abd4bcf3048f14d64cf6f (diff) | |
download | FreeBSD-src-a7562918c54fe5060aa1a4b5a02e9ecb6eba9e5a.zip FreeBSD-src-a7562918c54fe5060aa1a4b5a02e9ecb6eba9e5a.tar.gz |
- Bump ncurses share library version for the coming RELENG_7
Pointed out by: jhb
Approved by: delphij (mentor)
Diffstat (limited to 'lib/ncurses')
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 0876f9d..e52ce96 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -7,7 +7,7 @@ SHLIBDIR?= /lib .include "${.CURDIR}/../config.mk" LIB= ncurses${LIB_SUFFIX} -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 NO_LINT= |