diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2006-11-10 17:29:59 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2006-11-10 17:29:59 +0000 |
commit | 892057b2e62106297274ec934c36bd635f578934 (patch) | |
tree | 136603cb8156c0ac9b36e69bb16e182fc37fba5e | |
parent | 81274da29dee0f0b7cf2de64db1b1c2a3428f3d7 (diff) |
bump minor, for void set_rpc_maxgrouplist(int);
ok deraadt@
-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 1f93ff2dfee..42845e8cf11 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=40 -minor=1 +minor=2 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |