summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2009-10-28 16:09:22 +0000
committerjsg <jsg@openbsd.org>2009-10-28 16:09:22 +0000
commit2d6f21a176f0b4d2152613074579ff3c06324f1d (patch)
treec5c80b8869feb22de51e879a622b1876eff94769 /lib/libc
parentFree correct buffer. (diff)
downloadwireguard-openbsd-2d6f21a176f0b4d2152613074579ff3c06324f1d.tar.xz
wireguard-openbsd-2d6f21a176f0b4d2152613074579ff3c06324f1d.zip
more fallout from jasper's commit.
Changing the size of the _sys_errlist array changes a libc interface so we need to crank major. kettenis@ agrees
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 98302858c65..f695f60516f 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=51
-minor=2
+major=52
+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.