diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-09-06 12:00:38 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-09-06 12:00:38 +0000 |
commit | ee9c6baa713a6c3c0af47c247361c6c54f12a0b6 (patch) | |
tree | 4ba420fb07dd500105a2a578dc6ffd3fd597697e /lib | |
parent | 8e5c58658f79dc3e59442c911f328c826ea866c1 (diff) |
crank for sha2 changes
Diffstat (limited to 'lib')
-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 3352bf6bc12..c05b777c1bd 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=48 +major=49 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. |