summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-13 17:58:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-13 17:58:35 +0000
commite3c92b3d368d2b7184f73b5663574ee379aa21bb (patch)
treec3e0fda96cb3f5c289455cf4611f8a37e80141ba /lib/libc
parent2513582803ec3c7161dc72f02bfae66267ab31c0 (diff)
Major version bump to deal with potential fallout from the types changes.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/shlib_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version
index 281ecb0047b..310c72b9010 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=38
-minor=4
+major=39
+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.