diff options
| author | 2016-09-01 10:41:31 +0000 | |
|---|---|---|
| committer | 2016-09-01 10:41:31 +0000 | |
| commit | a26544efd30dc2732c9b7263858724f278270fd0 (patch) | |
| tree | dc4be81232f4edca7adec6150650f0c1aae3f637 /lib | |
| parent | Fix previous commit that displays all route flags with "route get". (diff) | |
| download | wireguard-openbsd-a26544efd30dc2732c9b7263858724f278270fd0.tar.xz wireguard-openbsd-a26544efd30dc2732c9b7263858724f278270fd0.zip | |
bump
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/shlib_version | 2 | ||||
| -rw-r--r-- | lib/librthread/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 6f1ed7da5aa..fc2a99871fc 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=88 +major=89 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then librthread/shlib_version also be updated. diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 629f8a9fc41..df4de0fc4dc 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ -major=22 +major=23 minor=0 |
