diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2017-06-21 09:55:26 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-06-21 09:55:26 +0100 |
commit | ed39d22d1b3527cf52e025e755a33b992d77e779 (patch) | |
tree | 998f71c8bfa15099e918f883ac27dfd2384bf2f5 | |
parent | e91a2ddc1feff4f55ee037a8888c57e133274386 (diff) | |
download | gcc-ed39d22d1b3527cf52e025e755a33b992d77e779.zip gcc-ed39d22d1b3527cf52e025e755a33b992d77e779.tar.gz gcc-ed39d22d1b3527cf52e025e755a33b992d77e779.tar.bz2 |
PR libstdc++/81092 Regenerate configure for libtool_VERSION change
PR libstdc++/81092
* configure: Regenerate.
From-SVN: r249438
-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 f6a2665..2aca555 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 596869f..836a6d5 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 |