diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-19 15:48:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-19 15:48:36 +0000 |
commit | 820fb4190565034c0850eaf0e239c59f20cc8d9b (patch) | |
tree | f6db36f00fbec708760557db3edf629fc9bc6a7d /lib/libc_r/shlib_version | |
parent | 18c911e14815bb0c3399d392fff2d792395ec5d7 (diff) |
avoid cranking libc minors for another few weeks
Diffstat (limited to 'lib/libc_r/shlib_version')
-rw-r--r-- | lib/libc_r/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index dd2e39acd75..1c51894bdac 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ major=6 -minor=4 +minor=3 |