diff options
author | 2011-10-16 13:23:10 +0000 | |
---|---|---|
committer | 2011-10-16 13:23:10 +0000 | |
commit | 9d92e8b00504903f4cdb4e92b153e4dc32ec41c6 (patch) | |
tree | b72aa57a9f0a82db80e6b2a4508f44c981863f5f | |
parent | Hook wcsftime(3) to the build; committing on behalf of espie (diff) | |
download | wireguard-openbsd-9d92e8b00504903f4cdb4e92b153e4dc32ec41c6.tar.xz wireguard-openbsd-9d92e8b00504903f4cdb4e92b153e4dc32ec41c6.zip |
Bump libc major; wscanf and wcsftime were added
-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 1909a767f6e..73198ebb5bc 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=60 -minor=1 +major=61 +minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |