diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 21:59:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-15 21:59:06 +0000 |
| commit | 7194d335cfa65141113997cdc4ac01fe9c4504c1 (patch) | |
| tree | c322a33c0275fefd9ca33cd377e3d6f459cb9a8c /lib/libdevstat/Makefile | |
| parent | 0c61d694a810b1a9d361f7414576ff1afdde28a9 (diff) | |
Notes
Diffstat (limited to 'lib/libdevstat/Makefile')
| -rw-r--r-- | lib/libdevstat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 5d484bfaad6da..3c7454edfd8e3 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -3,7 +3,8 @@ MAINTAINER=ken@FreeBSD.ORG LIB= devstat -SHLIB_MAJOR= 3 +# Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented. +SHLIB_MAJOR= 4 SRCS= devstat.c INCS= devstat.h |
