libgo: Bump version number.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 2015 23:30:21 +0000 (23:30 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Nov 2015 23:30:21 +0000 (23:30 +0000)
    Reviewed-on: https://go-review.googlesource.com/16583

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229686 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bcbffcc..b8276ee 100644 (file)
@@ -1,4 +1,4 @@
-3b06572039eb525abfecce15f066ad6ab0fdea05
+28fbc7f42702ce081ef5f3ce9a1dbc1ed3f3c89e
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 3dfa1d8..08a197d 100755 (executable)
@@ -2512,7 +2512,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=7:0:0
+libtool_VERSION=8:0:0
 
 
 # Default to --enable-multilib
index 15814ba..332e540 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=7:0:0
+libtool_VERSION=8:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)