diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-28 00:17:58 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-28 00:17:58 +0000 |
commit | f431d95eeee464bea6d02a713be38c786cafffa1 (patch) | |
tree | 8c695fc3893172f3c3b582a19bcef2525314ad18 /lib | |
parent | 3c92411b2cdca5e8dd42ddf116408b1d7aab6ce4 (diff) |
This might not be necessary, but Just In Case: since the underlying
syscall ABI has changed and everything is going to need to be relinked
anyway, bump the rthread major
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 012c14171d3..d9961ea9fef 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ -major=3 +major=4 minor=0 |