diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-30 02:59:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-30 02:59:04 +0000 |
commit | 4bf1a3de96dd1bd64fd916f83241af8956e7c09b (patch) | |
tree | 70e688b85489390cd409aa01334c948a97e5a3dc | |
parent | 2888f4c4d0bbd1e24c59ba84c0a7de66b9e4ed20 (diff) |
welcome libc35.0
-rw-r--r-- | lib/libc/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 3274c1e164a..02fa089d23f 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=34 -minor=2 +major=35 +minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |