diff options
author | 1997-07-17 05:44:03 +0000 | |
---|---|---|
committer | 1997-07-17 05:44:03 +0000 | |
commit | 92d56868e32005b5eab9b3425cc7382298d9afbe (patch) | |
tree | b4f6adef12f0fa4b4d563e7aaf33cc41e47121c3 | |
parent | mdX(3)-like interface to RIPEMD-160 hash function. Code by (diff) | |
download | wireguard-openbsd-92d56868e32005b5eab9b3425cc7382298d9afbe.tar.xz wireguard-openbsd-92d56868e32005b5eab9b3425cc7382298d9afbe.zip |
Bump minor version due to RMD160 addition.
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 39f68a31b77..2d93b258879 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=5 +minor=6 |