diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-01 20:36:18 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-10-01 20:36:18 +0000 |
commit | 15be475abd20efce5128e4c59e3d05c5eb9c6e20 (patch) | |
tree | cd967025e9b9e2ac99513026f6ff6e46e189e567 /lib/libc/shlib_version | |
parent | 946b760324f2cccd70954bc893d2d158795e7e2a (diff) |
new rmd160 implementation. based on
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
Diffstat (limited to 'lib/libc/shlib_version')
-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 267114c3819..d72ba6e418c 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ -major=27 -minor=3 # note: remember to update minor in ../libc_r/shlib_version +major=28 +minor=0 # note: remember to update minor in ../libc_r/shlib_version |