On Thu, Feb 4, 2016 at 6:12 AM, Lynn A. Boger <labo...@linux.vnet.ibm.com> wrote: > Should the libgo version number be updated?
Thanks for the reminder. Done like so. Committed to mainline. Ian
Index: gcc/go/gofrontend/MERGE =================================================================== --- gcc/go/gofrontend/MERGE (revision 233098) +++ gcc/go/gofrontend/MERGE (working copy) @@ -1,4 +1,4 @@ -c70e74c116d08c6f2e787551eb1366983815c032 +91833164072078a3fde7e9b05641ec3ed4a2f5d0 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 233110) +++ 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=8:0:0 +libtool_VERSION=9:0:0 AC_SUBST(libtool_VERSION) AM_ENABLE_MULTILIB(, ..)