diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-03 16:10:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-03 16:10:13 +0000 |
commit | c9f351e00d1324b48500843cbd27ac98682006da (patch) | |
tree | ff61f006ccbad8f369e9c464bdb215c0c5962920 | |
parent | 072953a311d60ae765c1ebe2445d3587ea6da997 (diff) |
crank libc major
-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 5eaef955e65..289bf9c8841 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=50 -minor=1 +major=51 +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. |