diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-11 23:07:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-11 23:07:52 +0000 |
commit | dc7cb67dc2a6a16338f901029c440658672896b4 (patch) | |
tree | 3fa9b08ff0daf341f3926fb365918ee4c50df08d | |
parent | 093c867c6043e3af2f4b845860e1e59452286937 (diff) |
crank major because __syscall is gone
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 807e5659848..ce5e454e2d5 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=96 -minor=5 +major=97 +minor=0 # note: If changes were made to include/thread_private.h or if system calls # were added/changed then librthread/shlib_version must also be updated. |