diff options
author | 2000-11-21 00:51:46 +0000 | |
---|---|---|
committer | 2000-11-21 00:51:46 +0000 | |
commit | 8b0350c055c1851b12d232da1cec7a3e2714f9b9 (patch) | |
tree | 2365298b0bb591c1fb6c63913272e2058a42f6ab | |
parent | Add references to new files. (diff) | |
download | wireguard-openbsd-8b0350c055c1851b12d232da1cec7a3e2714f9b9.tar.xz wireguard-openbsd-8b0350c055c1851b12d232da1cec7a3e2714f9b9.zip |
crank minor number
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/libc_r/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 749eb6620c7..9ee4bc78996 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=25 -minor=3 +minor=4 diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index 83a67c373cc..b25072f4e52 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=3 -minor=2 +minor=3 |