diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-28 01:44:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-28 01:44:54 +0000 |
commit | 2c7ddf93107d17353e993d8fcc0225e3aee3c7d9 (patch) | |
tree | 1c3420103e5460b3df854da607d3dd0f69785fff | |
parent | e2d200e3774a0c1ce22d5e27de2fe1d4156cbe9b (diff) |
minor bump for readpassphrase() flag addition
-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 0a19050cd2f..a3973fd5093 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=28 -minor=4 # note: remember to update minor in ../libc_r/shlib_version +minor=5 # note: remember to update minor in ../libc_r/shlib_version diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index dd2e39acd75..dbad0b945e1 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=6 -minor=4 +minor=5 |