summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2014-09-08 19:30:06 +0000
committernaddy <naddy@openbsd.org>2014-09-08 19:30:06 +0000
commitfb23bd75c2992df42d81e1eafe3a2eb84de3fe91 (patch)
tree50f6aa6fc6b6b156b3d84ff552b94de4705e3080
parentWhen logging a packet to a listener on the pflog0 interface, the (diff)
downloadwireguard-openbsd-fb23bd75c2992df42d81e1eafe3a2eb84de3fe91.tar.xz
wireguard-openbsd-fb23bd75c2992df42d81e1eafe3a2eb84de3fe91.zip
bump minor after addition of \<word\> support to regcomp; ok miod@
-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 2402feed036..9606296161d 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=77
-minor=1
+minor=2
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.