diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-12 11:39:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2012-04-12 11:39:30 +0000 |
commit | a39b3bb2aef7310cdb2208d6d0fea71b3267b8dd (patch) | |
tree | 63a9e5bdcfd6a26aa1ebd92a14b5e2de841f22d4 /lib | |
parent | 098f12f62443b0cb73ee4523a0b41e30d0a67b8f (diff) |
crank major for sh gcc4 switch
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 e32627399a8..2e283db67c1 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=63 +major=64 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. |