On Mon, Jul 25, 2016 at 8:57 AM, Lynn A. Boger <labo...@linux.vnet.ibm.com> wrote: > libgo version bump to indicate the change in Go version?
Thanks for the reminder. Done with the appended patch. Ian
Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 238742) +++ gcc/go/gofrontend/MERGE (working copy) @@ -1,4 +1,4 @@ -ffd91f9f72fb93147d4ccce9e4c4a59e4c3c2e62 +d4b47fef149fc905ae6b418934f6be8cf6be433e The first line of this file holds the git revision number of the last merge done from the gofrontend repository. Index: libgo/configure.ac =================================================================== --- libgo/configure.ac (revision 238662) +++ libgo/configure.ac (working copy) @@ -11,7 +11,7 @@ AC_INIT(package-unused, version-unused,, AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADER(config.h) -libtool_VERSION=9:0:0 +libtool_VERSION=10:0:0 AC_SUBST(libtool_VERSION) AM_ENABLE_MULTILIB(, ..)