diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-20 07:09:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-20 07:09:01 +0000 |
commit | db696394242865c0e5b4fd78e316ee5faec516fe (patch) | |
tree | 2998bdc36f9f9e921fdba66f2fc9cf701249318c | |
parent | 7df51f58ba6821db3fa077a91fe11facc7982542 (diff) |
bump because of p{read,write}{,v}
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/libc_r/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 19f31698850..4b65766cef1 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=24 -minor=4 +minor=5 diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index c6e3f4d3fc0..ba5a3fee584 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=2 -minor=1 +minor=2 |