diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-03 14:41:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-09-03 14:41:33 +0000 |
commit | 9bde39c77b10bee90b61bcf9fb74a61516465e69 (patch) | |
tree | 9dfb093df7f62fe82c502d8dbd575249da2d4c09 /lib | |
parent | ea72182faa98806557ba6170604b3ce6ca5c9eda (diff) |
crank libc and libstdc++ majors
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 2041edd3fce..d5194cd8c2f 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=41 +major=42 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. |