diff options
author | kensmith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2009-07-19 17:25:24 +0000 |
commit | 9c2c634ee9419c063051f0df25be4105938fc170 (patch) | |
tree | ec388df935beef7e607d99dc9e13b57bb4a74464 /lib/libgpib | |
parent | ff0167102269c2cede94945bd3401f1d447b0ec1 (diff) | |
download | FreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.zip FreeBSD-src-9c2c634ee9419c063051f0df25be4105938fc170.tar.gz |
Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib
Approved by: re (rwatson)
Diffstat (limited to 'lib/libgpib')
-rw-r--r-- | lib/libgpib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgpib/Makefile b/lib/libgpib/Makefile index 7e53df9..5465d8b 100644 --- a/lib/libgpib/Makefile +++ b/lib/libgpib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= gpib -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 INCS= gpib.h INCSDIR= ${INCLUDEDIR}/gpib SRCS= ibfoo.c |