diff options
author | 2014-11-17 16:47:53 +0000 | |
---|---|---|
committer | 2014-11-17 16:47:53 +0000 | |
commit | 55953750538782de21d1b335db5628ad2d4cb844 (patch) | |
tree | c89c7219bfa5c6456db0f6edf95460762bbbbec8 /lib/libc | |
parent | add new function crypt_newhash to simplify creating new hashes. (diff) | |
download | wireguard-openbsd-55953750538782de21d1b335db5628ad2d4cb844.tar.xz wireguard-openbsd-55953750538782de21d1b335db5628ad2d4cb844.zip |
minor++
Diffstat (limited to 'lib/libc')
-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 9606296161d..dba79160597 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=77 -minor=2 +minor=3 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |