summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-07-19 06:47:55 +0000
committerschwarze <schwarze@openbsd.org>2015-07-19 06:47:55 +0000
commit47bcf8bec41bc360449187e36c2f2c184e34b604 (patch)
tree02f5bbdcb535472190aa1aefea7aa1e28918a000 /lib
parentsync (diff)
downloadwireguard-openbsd-47bcf8bec41bc360449187e36c2f2c184e34b604.tar.xz
wireguard-openbsd-47bcf8bec41bc360449187e36c2f2c184e34b604.zip
adding a syscall requires a minor bump; ok guenther@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 4195a4932c2..310d00fb7be 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=80
-minor=0
+minor=1
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.