diff options
author | 2015-08-26 01:57:54 +0000 | |
---|---|---|
committer | 2015-08-26 01:57:54 +0000 | |
commit | 4fd2e03f23b9a4a6ad653d33f35e1b35f96f8023 (patch) | |
tree | b944673fac9b7f358c70965ad0417b9b2dce2837 | |
parent | Hide many (194!) symbols that nothing should be using. (diff) | |
download | wireguard-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_version | 4 |
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. |