diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-13 18:19:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-13 18:19:50 +0000 |
commit | e315364d0435472ac9d78080c800aec6e2ac8115 (patch) | |
tree | d569ece53fcbf8281996d6e27d1b6d84d1b09dd3 /lib | |
parent | 29ad94053136b52b4d06a5e9d5acd8f81c8ac857 (diff) |
Crank minor because of addition of wcsto* functions.
Diffstat (limited to 'lib')
-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 088a7e5ed1f..5eaef955e65 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ major=50 -minor=0 +minor=1 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |