aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-01-23 18:10:13 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-01-23 18:10:13 +0000
commita0488df43613f596dffc3f18118a0e3216f2f842 (patch)
tree049734fadd4362fc9f95eeefe7f18e566f7b40f3
parenta750159e3bb95ef7c291f5866c2917c76e1072a7 (diff)
downloadgcc-a0488df43613f596dffc3f18118a0e3216f2f842.zip
gcc-a0488df43613f596dffc3f18118a0e3216f2f842.tar.gz
gcc-a0488df43613f596dffc3f18118a0e3216f2f842.tar.bz2
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
-rw-r--r--gcc/go/gofrontend/MERGE2
-rwxr-xr-xlibgo/configure2
-rw-r--r--libgo/configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index b4e7b71..004e51b 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-b573d4756096523d8bd4bf7b11e56383e5a2cca4
+6d8ef03e760ff737ff2c613642142290b0f02e0e
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
diff --git a/libgo/configure b/libgo/configure
index 06532d3..f571d97 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
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 6deafda..7c49d55 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -11,7 +11,7 @@ AC_INIT(package-unused, version-unused,, libgo)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADER(config.h)
-libtool_VERSION=10:0:0
+libtool_VERSION=11:0:0
AC_SUBST(libtool_VERSION)
AM_ENABLE_MULTILIB(, ..)