diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-14 07:01:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-04-14 07:01:48 +0000 |
commit | 15d97785f5cd1e6cef5b6515c83b23fd517451ab (patch) | |
tree | aed932c27ac873034ede9f90f8ad3d19f920a08c | |
parent | 52fabb8e622926d22a122f588e5da993f6d4f5b2 (diff) |
when libc/shlib_version says you need to crank this one too, DO NOT IGNORE
THAT ADVICE -- IT IS THERE FOR A REASON
-rw-r--r-- | lib/libpthread/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 1edea46de91..893819d18ff 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ major=1 -minor=0 +minor=1 |