diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-27 18:21:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-27 18:21:01 +0000 |
commit | 147cf0806dc55cff490fd26f81be628c40501a1e (patch) | |
tree | f708c23964c320ffbbe7cd4525285dd82fdaadeb | |
parent | 44765bc62cb9ce9364fb2e7268c568775adf3852 (diff) |
Minor bump for safety, due to the mips cachectl() addition.
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 289bf9c8841..49b799172ec 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=51 -minor=0 +minor=1 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |