diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-24 14:30:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-06-24 14:30:04 +0000 |
commit | fe420cd319161558e9c9d3f7dae646acb4eedf25 (patch) | |
tree | 9e0f8e9c55eca230558768511748b61cca9b4085 /lib/libc/shlib_version | |
parent | 3c299ffbcf5658385f822ec5be0eb9f422c756ff (diff) |
crank major because of two new interfaces
Diffstat (limited to 'lib/libc/shlib_version')
-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 c7d2bf00d13..f810fc908fe 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=46 +major=47 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |