summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-08-26 01:57:54 +0000
committerguenther <guenther@openbsd.org>2015-08-26 01:57:54 +0000
commit4fd2e03f23b9a4a6ad653d33f35e1b35f96f8023 (patch)
treeb944673fac9b7f358c70965ad0417b9b2dce2837
parentHide many (194!) symbols that nothing should be using. (diff)
downloadwireguard-openbsd-4fd2e03f23b9a4a6ad653d33f35e1b35f96f8023.tar.xz
wireguard-openbsd-4fd2e03f23b9a4a6ad653d33f35e1b35f96f8023.zip
Oh yeah, crank the major. You talk about something and then your mind
wanders...
-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 310d00fb7be..5d7c3e22ec3 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=80
-minor=1
+major=81
+minor=0
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.