diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-10-28 16:09:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-10-28 16:09:23 +0000 |
commit | 070fa088cd8f88e6f332be3cc11d43b9b07bea2f (patch) | |
tree | cf38aaf677de69e9b8e447e1187ce94f61b5071a /lib/libc | |
parent | f7556b6ed677eb6277a011c25042757836aaf192 (diff) |
more fallout from jasper's commit.
Changing the size of the _sys_errlist array changes a libc interface
so we need to crank major.
kettenis@ agrees
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 98302858c65..f695f60516f 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=51 -minor=2 +major=52 +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. |