diff options
author | 2004-05-03 17:42:11 +0000 | |
---|---|---|
committer | 2004-05-03 17:42:11 +0000 | |
commit | 4657535b5517bef335648ce411b2c1f7afe2a33a (patch) | |
tree | 33aa53f32bbe50b786439fc01a3cf5c6addf4e10 /lib/libpthread | |
parent | Add COMPAT_35 (diff) | |
download | wireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.tar.xz wireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.zip |
libc major number crank
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index c29621c831e..012c14171d3 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=2 -minor=5 +major=3 +minor=0 |