diff options
author | 2000-01-06 15:20:55 +0000 | |
---|---|---|
committer | 2000-01-06 15:20:55 +0000 | |
commit | db530cfc3c7a6dc499e5148a2670bd0ed64d9926 (patch) | |
tree | bdcb51b5f351f89a36e2cd5ac7498bb71140a514 /lib/libc | |
parent | rename thread_storage to unithread_storage to avoid object name conflict (diff) | |
download | wireguard-openbsd-db530cfc3c7a6dc499e5148a2670bd0ed64d9926.tar.xz wireguard-openbsd-db530cfc3c7a6dc499e5148a2670bd0ed64d9926.zip |
happy with non-weak testing. bump major versions just in case.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 5f68db07eae..906022aa66d 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ -major=23 -minor=3 +major=24 +minor=0 |