diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-22 21:07:09 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-01-22 21:07:09 +0000 |
commit | 24271adebf520d0677d41279e8c015a2b064626f (patch) | |
tree | b3c34bf2d58ec0d97f49560a42b6ad4a85a0c1f8 | |
parent | 988279d3aad0abd7bd8ba67e4a814a13f55f18ab (diff) |
minor++
-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 0b2ee0d1ffd..ea1301a22dc 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=73 -minor=0 +minor=1 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. |