diff mbox

libgo patch committed: Bump version number

Message ID CAOyqgcXUS=qVfjP+k-VmX=X5GEi5Mb=mZkdtq5pN2GW3QLZSUA@mail.gmail.com
State New
Headers show

Commit Message

Ian Lance Taylor Jan. 15, 2015, 12:52 a.m. UTC
This patch bumps the version number of libgo, giving it a new soname.
Bootstrapped on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian
diff mbox

Patch

diff -r 530a9509c45c -r bdf59f9cfda8 libgo/configure.ac
--- a/libgo/configure.ac	Wed Jan 14 16:11:24 2015 -0800
+++ b/libgo/configure.ac	Wed Jan 14 16:41:32 2015 -0800
@@ -11,7 +11,7 @@ 
 AC_CONFIG_SRCDIR(Makefile.am)
 AC_CONFIG_HEADER(config.h)
 
-libtool_VERSION=6:0:0
+libtool_VERSION=7:0:0
 AC_SUBST(libtool_VERSION)
 
 AM_ENABLE_MULTILIB(, ..)