diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-17 20:25:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-10-17 20:25:40 +0000 |
commit | 947ba7e8bb83de98f79d891e6def7aace7afd90b (patch) | |
tree | 47a0af00bad9dd83edfef0007ef4a17a05dfd2b6 /lib/libc/shlib_version | |
parent | 8566f00d2c81878ad985906994fedb6fbb16df24 (diff) |
minor bump for new functions
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index c945bee1e61..3274c1e164a 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=34 -minor=1 +minor=2 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |