summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-01-13 18:19:49 +0000
committerkettenis <kettenis@openbsd.org>2009-01-13 18:19:49 +0000
commit46f60d6f26038efaf1df3704bb068a38cd1c3ac5 (patch)
treea6fd8a8edbca7309d3d0afce74affe734820f761
parentAdd wcstof(3) and wcstold(3). (diff)
downloadwireguard-openbsd-46f60d6f26038efaf1df3704bb068a38cd1c3ac5.tar.xz
wireguard-openbsd-46f60d6f26038efaf1df3704bb068a38cd1c3ac5.zip
Crank minor because of addition of wcsto* functions.
-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 088a7e5ed1f..5eaef955e65 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=50
-minor=0
+minor=1
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then libpthread must also be updated.