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_r | |
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_r')
-rw-r--r-- | lib/libc_r/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index c8860078e50..b52599a164f 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=2 +major=2 +minor=0 |