diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-06-21 08:55:26 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-06-21 08:55:26 +0000 |
commit | cf837c9939adaef23a8ff189970cdb9b09767666 (patch) | |
tree | 998f71c8bfa15099e918f883ac27dfd2384bf2f5 | |
parent | 772d73b0bbfb218cca6884ad4148cb30e21b1cc5 (diff) | |
download | gcc-cf837c9939adaef23a8ff189970cdb9b09767666.tar.gz |
PR libstdc++/81092 Regenerate configure for libtool_VERSION change
PR libstdc++/81092
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249438 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f6a26651ed2..2aca5554c53 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-06-21 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/81092 + * configure: Regenerate. + 2017-06-20 Uros Bizjak <ubizjak@gmail.com> * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 596869f4245..836a6d5a8f1 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -79104,7 +79104,7 @@ $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;} fi # For libtool versioning info, format is CURRENT:REVISION:AGE -libtool_VERSION=6:24:0 +libtool_VERSION=6:25:0 # Everything parsed; figure out what files and settings to use. case $enable_symvers in |