diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 15:20:57 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 15:20:57 +0000 |
commit | d8fa06561dd28f7b0c1abc4f11eb8e771e7d309b (patch) | |
tree | 6b31d27103da71035cd21aaee14e2226c0626d4b /lib | |
parent | 11bfcffb6a70997a62dbf28b32a55f7cc5d53725 (diff) |
happy with non-weak testing. bump major versions just in case.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/shlib_version | 4 | ||||
-rw-r--r-- | lib/libc_r/shlib_version | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 5f68db07eae..906022aa66d 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ -major=23 -minor=3 +major=24 +minor=0 diff --git a/lib/libc_r/shlib_version b/lib/libc_r/shlib_version index c8860078e50..b52599a164f 100644 --- a/lib/libc_r/shlib_version +++ b/lib/libc_r/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=2 +major=2 +minor=0 |