summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-11-17 16:47:53 +0000
committertedu <tedu@openbsd.org>2014-11-17 16:47:53 +0000
commit55953750538782de21d1b335db5628ad2d4cb844 (patch)
treec89c7219bfa5c6456db0f6edf95460762bbbbec8 /lib/libc
parentadd new function crypt_newhash to simplify creating new hashes. (diff)
downloadwireguard-openbsd-55953750538782de21d1b335db5628ad2d4cb844.tar.xz
wireguard-openbsd-55953750538782de21d1b335db5628ad2d4cb844.zip
minor++
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 9606296161d..dba79160597 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=77
-minor=2
+minor=3
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.