diff options
author | 2011-10-16 13:27:23 +0000 | |
---|---|---|
committer | 2011-10-16 13:27:23 +0000 | |
commit | 4dad021d72d6fc9fb2f621cbe96bdcf630fce92e (patch) | |
tree | 93b0f1c0b5aef69b6f1721884e69eb019fc12e99 | |
parent | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc3) and bump major. (diff) | |
download | wireguard-openbsd-4dad021d72d6fc9fb2f621cbe96bdcf630fce92e.tar.xz wireguard-openbsd-4dad021d72d6fc9fb2f621cbe96bdcf630fce92e.zip |
libstdc++ (gcc2) major bump for safety. wscanf and wcsftime were added to libc.
-rw-r--r-- | gnu/egcs/libstdc++/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/libstdc++/shlib_version b/gnu/egcs/libstdc++/shlib_version index 7c5405a2317..bc1f2f5fd25 100644 --- a/gnu/egcs/libstdc++/shlib_version +++ b/gnu/egcs/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=45 +major=46 minor=0 |