diff options
author | 2014-03-23 23:14:54 +0000 | |
---|---|---|
committer | 2014-03-23 23:14:54 +0000 | |
commit | 6e11b0082a735c7b09672a6ffc9ae9e5fded1296 (patch) | |
tree | db4ba8d3565df067a1af1b91b8c8555b67a29ae1 /lib/libc | |
parent | Point people to the bugs@ archives on marc.info. (diff) | |
download | wireguard-openbsd-6e11b0082a735c7b09672a6ffc9ae9e5fded1296.tar.xz wireguard-openbsd-6e11b0082a735c7b09672a6ffc9ae9e5fded1296.zip |
major++ in preparation for coming changes
Diffstat (limited to 'lib/libc')
-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 ea1301a22dc..4ed24904f0c 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=73 -minor=1 +major=74 +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. |