diff options
author | 2009-06-03 16:10:12 +0000 | |
---|---|---|
committer | 2009-06-03 16:10:12 +0000 | |
commit | d889621a18f68e3b05e564edfa8ca4fa7f40b460 (patch) | |
tree | 96c7ede458a6edca2609b306482f08a23f38e41b /lib/libc | |
parent | Add a UTF-8 aware string length function and make UTF-8 in (diff) | |
download | wireguard-openbsd-d889621a18f68e3b05e564edfa8ca4fa7f40b460.tar.xz wireguard-openbsd-d889621a18f68e3b05e564edfa8ca4fa7f40b460.zip |
crank libc major
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 5eaef955e65..289bf9c8841 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=50 -minor=1 +major=51 +minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |