summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorsperreault <sperreault@cvs.openbsd.org>2014-04-30 00:16:48 +0000
committersperreault <sperreault@cvs.openbsd.org>2014-04-30 00:16:48 +0000
commit1c2aa459f299099f7de892dd245f52d883c3005b (patch)
treec7d0bd8024a70819848c3566bb28cd6ce5831e0b /lib/libc
parent82e5a2aed86a1af93f990665f3d011697d38bb2c (diff)
minor++ because of AI_ADDRCONFIG
prodded by naddy, confirmed by Mark Kettenis
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 3888f1c6212..0a4400a744f 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
major=74
-minor=1
+minor=2
# note: If changes were made to include/thread_private.h or if system
# calls were added/changed then librthread/shlib_version also be updated.