summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-07-08 20:25:41 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-07-08 20:25:41 +0000
commit933022a0b195fe12232960cf6cc3e54fe63f7354 (patch)
tree48d1ccc5b4c217bf2e4fde0938f3004b673656f8 /lib
parent017f9110d982ef75c7fdfe2168710daac14bba28 (diff)
Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI corner
cases fixed in gcc4.
Diffstat (limited to 'lib')
-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 ced9f0a5390..7457b41feb2 100644
--- a/lib/libc/shlib_version
+++ b/lib/libc/shlib_version
@@ -1,4 +1,4 @@
-major=55
+major=56
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.