I committed this patch to update the libgo version number, to go with the earlier update of libgo to Go 1.3. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline.
Ian
diff -r d2e722ccd25b libgo/configure.ac --- a/libgo/configure.ac Sat Jul 19 01:26:37 2014 -0700 +++ b/libgo/configure.ac Sat Jul 19 02:55:15 2014 -0700 @@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADER(config.h) -libtool_VERSION=5:0:0 +libtool_VERSION=6:0:0 AC_SUBST(libtool_VERSION) AM_ENABLE_MULTILIB(, ..)