summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2008-09-06 12:00:37 +0000
committerdjm <djm@openbsd.org>2008-09-06 12:00:37 +0000
commit22f28624b6cded37d0201f7080fafcc46d61c29d (patch)
treedc9c0a06d96b68420b299b312c3c2b5d3789adf5 /lib/libc
parentRename SHA256/384/512 API to avoid namespace collisions with (diff)
downloadwireguard-openbsd-22f28624b6cded37d0201f7080fafcc46d61c29d.tar.xz
wireguard-openbsd-22f28624b6cded37d0201f7080fafcc46d61c29d.zip
crank for sha2 changes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 3352bf6bc12..c05b777c1bd 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=48
+major=49
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.