summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-04-15 15:32:13 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-04-15 15:32:13 +0000
commit9d494f342052ebff5f34ad11a58f5742fe85705d (patch)
tree2ec9d364158fa5c1c076501d8ed3ba0f99760c3f /lib/libc
parent7d034d95efc5df6baf2c91c0551710e367f96cc9 (diff)
whee libc 100. break all the things
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 198973d46b3..9a3cbbdfde6 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=99
+major=100
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.