diff options
author | 2004-05-03 17:42:11 +0000 | |
---|---|---|
committer | 2004-05-03 17:42:11 +0000 | |
commit | 4657535b5517bef335648ce411b2c1f7afe2a33a (patch) | |
tree | 33aa53f32bbe50b786439fc01a3cf5c6addf4e10 | |
parent | Add COMPAT_35 (diff) | |
download | wireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.tar.xz wireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.zip |
libc major number crank
-rw-r--r-- | lib/libc/shlib_version | 4 | ||||
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 48f1de2da8a..59270a5cade 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ -major=30 -minor=3 # note: remember to update minor in ../libpthread/shlib_version +major=31 +minor=0 # note: remember to update minor in ../libpthread/shlib_version 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 |