diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-27 19:42:04 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-27 19:42:04 +0000 |
commit | a950c799236bacf77b94096700b5e5489793953c (patch) | |
tree | 707d21e4f43b7324dc53ddc326349da62b77122a /lib/libc | |
parent | b6796f6d5e4e6c9f327c4c059ba595414a97315f (diff) |
Bump the libc major for the post-h2k9 string of ABI changes and additions
(rthreads, MB_LEN_MAX, rdomains)
Diffstat (limited to 'lib/libc')
-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 f695f60516f..5db4ec0a7ac 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=52 +major=53 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. |