summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2010-09-24 13:58:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2010-09-24 13:58:40 +0000
commit92b66bc5642d7dfe5dd5e8180efd723fd9724c72 (patch)
tree99be990427834c093160856f6182e62f3e804fca /lib
parentdcb9eb1a31c27c0e117e789a70cf90dbff80e238 (diff)
Bump libc major for ABI changes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 7457b41feb2..619853626c0 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=56
+major=57
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.