diff options
author | sperreault <sperreault@cvs.openbsd.org> | 2014-04-30 00:16:48 +0000 |
---|---|---|
committer | sperreault <sperreault@cvs.openbsd.org> | 2014-04-30 00:16:48 +0000 |
commit | 1c2aa459f299099f7de892dd245f52d883c3005b (patch) | |
tree | c7d0bd8024a70819848c3566bb28cd6ce5831e0b /lib/libc | |
parent | 82e5a2aed86a1af93f990665f3d011697d38bb2c (diff) |
minor++ because of AI_ADDRCONFIG
prodded by naddy, confirmed by Mark Kettenis
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 2 |
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. |