diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-23 18:10:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-01-23 18:10:13 +0000 |
commit | a0488df43613f596dffc3f18118a0e3216f2f842 (patch) | |
tree | 049734fadd4362fc9f95eeefe7f18e566f7b40f3 /libgo/configure | |
parent | a750159e3bb95ef7c291f5866c2917c76e1072a7 (diff) | |
download | gcc-a0488df43613f596dffc3f18118a0e3216f2f842.tar.gz |
libgo: bump library version to 11
As usual I forgot to bump the library version when I updated the
library to 1.8rc1.
Reviewed-on: https://go-review.googlesource.com/35568
From-SVN: r244823
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure index 06532d30891..f571d97aad6 100755 --- a/libgo/configure +++ b/libgo/configure @@ -2492,7 +2492,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers config.h" -libtool_VERSION=10:0:0 +libtool_VERSION=11:0:0 # Default to --enable-multilib |