summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-05-03 17:42:11 +0000
committermillert <millert@openbsd.org>2004-05-03 17:42:11 +0000
commit4657535b5517bef335648ce411b2c1f7afe2a33a (patch)
tree33aa53f32bbe50b786439fc01a3cf5c6addf4e10
parentAdd COMPAT_35 (diff)
downloadwireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.tar.xz
wireguard-openbsd-4657535b5517bef335648ce411b2c1f7afe2a33a.zip
libc major number crank
-rw-r--r--lib/libc/shlib_version4
-rw-r--r--lib/libpthread/shlib_version4
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