diff options
author | 2012-04-11 10:37:26 +0000 | |
---|---|---|
committer | 2012-04-11 10:37:26 +0000 | |
commit | 9072a05336dfffbeb1aaad462efc91f9b1a042db (patch) | |
tree | e2cb8f13f144b991f295806bb585f08f2bbb61be | |
parent | Add pthread barrier support. (diff) | |
download | wireguard-openbsd-9072a05336dfffbeb1aaad462efc91f9b1a042db.tar.xz wireguard-openbsd-9072a05336dfffbeb1aaad462efc91f9b1a042db.zip |
Minor bump after my previous commit. Noticed by deraadt@.
-rw-r--r-- | lib/librthread/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 77913220429..b9229d35170 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ major=15 -minor=0 +minor=1 |