aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-12-12 12:46:40 -0800
committerIan Lance Taylor <iant@golang.org>2022-12-12 14:18:14 -0800
commit11c72cd3c8b06f057ce16c95966331ded692fd4e (patch)
tree74c6581687ac50f16cf6fc64b6c24133ae243ca1 /libgo
parentcf5327b89ab610649c5faab78ea7907bb74b103c (diff)
downloadgcc-11c72cd3c8b06f057ce16c95966331ded692fd4e.zip
gcc-11c72cd3c8b06f057ce16c95966331ded692fd4e.tar.gz
gcc-11c72cd3c8b06f057ce16c95966331ded692fd4e.tar.bz2
libgo: bump major version
PR go/108057 The current version is the same as for the previous GCC release, but there have been minor changes like new type descriptors that make it impossible to run Go programs built with the previous GCC release with the current libgo. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/456976
Diffstat (limited to 'libgo')
-rwxr-xr-xlibgo/configure2
-rw-r--r--libgo/configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/configure b/libgo/configure
index 61a4994..460fdad 100755
--- a/libgo/configure
+++ b/libgo/configure
@@ -2608,7 +2608,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"
-libtool_VERSION=21:0:0
+libtool_VERSION=22:0:0
# Default to --enable-multilib
diff --git a/libgo/configure.ac b/libgo/configure.ac
index 274fcfc..09554a3 100644
--- a/libgo/configure.ac
+++ b/libgo/configure.ac
@@ -10,7 +10,7 @@ AC_INIT(package-unused, version-unused,, libgo)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADER(config.h)
-libtool_VERSION=21:0:0
+libtool_VERSION=22:0:0
AC_SUBST(libtool_VERSION)
AM_ENABLE_MULTILIB(, ..)