diff options
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/Makefile | 2 | ||||
-rw-r--r-- | lib/libdevstat/devstat.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 11368f8..61b1994 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -3,7 +3,7 @@ LIB= devstat SHLIBDIR?= /lib # Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented. -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SRCS= devstat.c INCS= devstat.h diff --git a/lib/libdevstat/devstat.h b/lib/libdevstat/devstat.h index 7ffcf3b..61b8ccb 100644 --- a/lib/libdevstat/devstat.h +++ b/lib/libdevstat/devstat.h @@ -43,7 +43,7 @@ * backwards-compatible API changes, so application writers have a way to * determine when a particular feature is available. */ -#define DEVSTAT_USER_API_VER 5 +#define DEVSTAT_USER_API_VER 6 #define DEVSTAT_ERRBUF_SIZE 2048 /* size of the devstat library error string */ |