diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-03-16 20:02:51 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-03-16 20:02:51 +0000 |
commit | 7cf6227ff74360127f65a015c95ed54c1c0ff0ae (patch) | |
tree | 92a27ac00e12aca4797b8052846c2f3e790f72bd /lib | |
parent | a76f94c31f5e1b2da03a560e6b379595e0077e1f (diff) |
bump
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/libpthread/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 9e407497319..d61f1f91379 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=43 +major=44 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. diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 1c5d96eb2aa..c10074d52ae 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=9 +major=10 minor=0 |