diff options
author | 2008-03-16 20:02:50 +0000 | |
---|---|---|
committer | 2008-03-16 20:02:50 +0000 | |
commit | 9d2a2ac22ca3d216894a9ee6835992ecd84b7644 (patch) | |
tree | e753f899c1d7272b40b75ccbfdb5a2a1ea9114c3 /lib | |
parent | Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable. (diff) | |
download | wireguard-openbsd-9d2a2ac22ca3d216894a9ee6835992ecd84b7644.tar.xz wireguard-openbsd-9d2a2ac22ca3d216894a9ee6835992ecd84b7644.zip |
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 |