diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-16 14:42:08 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-16 14:42:08 +0000 |
commit | fbccb146539efc7a71a80fc2adf7dbafc30281b6 (patch) | |
tree | 8e06cba3465a076d4dfdb0f2a720445ccfdc68ba /lib/ncurses | |
parent | 03fec0bdbc6f443ce7cadf69af40033a64eee0c9 (diff) | |
download | src-fbccb146539efc7a71a80fc2adf7dbafc30281b6.tar.gz src-fbccb146539efc7a71a80fc2adf7dbafc30281b6.zip |
- Bump ncurses share library version for the coming RELENG_7
Pointed out by: jhb
Approved by: delphij (mentor)
Notes
Notes:
svn path=/head/; revision=170826
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 0876f9d07b30..e52ce96d55a7 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= |