summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2008-06-24 14:30:03 +0000
committerderaadt <deraadt@openbsd.org>2008-06-24 14:30:03 +0000
commit4612fe1d1b6e51a02262271c4640f6b6df19f060 (patch)
treee53714edb24366fc679788b87cbad532fd48559c /lib/libc
parentcreate a private getpwent()-like interface which does not walk the YP (diff)
downloadwireguard-openbsd-4612fe1d1b6e51a02262271c4640f6b6df19f060.tar.xz
wireguard-openbsd-4612fe1d1b6e51a02262271c4640f6b6df19f060.zip
crank major because of two new interfaces
Diffstat (limited to 'lib/libc')
-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 c7d2bf00d13..f810fc908fe 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=46
+major=47
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.