diff options
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/librthread/shlib_version | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index d9553a8cf66..e32627399a8 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=62 +major=63 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. diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 7cc7abc9d73..77913220429 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ -major=14 -minor=1 +major=15 +minor=0 |