libgo: Bump version number

Programming / Compilers / GCC - ian [138bc75d-0d04-0410-961f-82ee72b054a4] - 19 July 2014 05:12 UTC



###

diff --git a/libgo/configure b/libgo/configure
index 22f9352..08ddb18 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -2503,7 +2503,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"


-libtool_VERSION=5:0:0
+libtool_VERSION=6:0:0


# Default to --enable-multilib
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 1f5aea8..5e1e4d9 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -11,7 +11,7 @@ AC_INIT(package-unused, version-unused,, libgo)
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(, ..)

085c728 libgo: Bump version number.
libgo/configure | 2 +-
libgo/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Upstream: gcc.gnu.org


  • Share