diff options
author | 1996-05-01 12:27:21 +0000 | |
---|---|---|
committer | 1996-05-01 12:27:21 +0000 | |
commit | 8d52e12160f70fc8b66412d1b5392bb36720dc3e (patch) | |
tree | 9107346d98ee1a46b31a83ca09ef53051a7c31d4 | |
parent | add futimes (diff) | |
download | wireguard-openbsd-8d52e12160f70fc8b66412d1b5392bb36720dc3e.tar.xz wireguard-openbsd-8d52e12160f70fc8b66412d1b5392bb36720dc3e.zip |
bump minor because of futimes
-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 e640f6a8e7d..d7d79c18fcb 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=4 +minor=5 |