]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo: bump library version number for 1.7
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jul 2016 01:53:27 +0000 (01:53 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Jul 2016 01:53:27 +0000 (01:53 +0000)
    Reviewed-on: https://go-review.googlesource.com/25211

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

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

index 320a09131209a51f272879ea71008527c702e711..69190dd5cda3790982ac2f6af842df369bb7f7da 100644 (file)
@@ -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 ee86b35d8a64447631e4a3eaeee147ff41e2458a..d8105dbab367173646970c13ff8db12f0eca57ea 100755 (executable)
@@ -2516,7 +2516,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-libtool_VERSION=9:0:0
+libtool_VERSION=10:0:0
 
 
 # Default to --enable-multilib
index cda34db037d4536a408950100f0845113aa1b088..e4b314e5f8c2e0be349eeb221d7b94f3e1c7d408 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=9:0:0
+libtool_VERSION=10:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)