libgo: bump library version to 11
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 23 Jan 2017 18:10:13 +0000 (18:10 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 23 Jan 2017 18:10:13 +0000 (18:10 +0000)
    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

gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac

index b4e7b71517553a41c7457fb2d7d2f59bdcb4c064..004e51bb08ada61f937497bcb6c04bec26c051f1 100644 (file)
@@ -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.
index 06532d3089156989030244ed66abc6c2d4359637..f571d97aad68f7caaca20015c064fdd0857fe251 100755 (executable)
@@ -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
index 6deafda68f14de5b4e5d5abe9284ac0a1a116b05..7c49d5514e71ed5fa344051ec31f371cfab15c26 100644 (file)
@@ -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(, ..)