diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-08 23:37:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-08 23:37:15 +0000 |
commit | 6d3ba6ead700206301efcadd712f0a7b266df511 (patch) | |
tree | a5d5b0ef48e25f256470a9047aac0cb615b18aa2 /lib | |
parent | 45347b55cf9afd51abd2af2d947ffae566a7811d (diff) |
crank major number to correspond to libc major change
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index 893819d18ff..b52599a164f 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=1 +major=2 +minor=0 |