Skip to content

Commit

Permalink
libgo: bump libgo version for GCC 14 release
Browse files Browse the repository at this point in the history
Fixes https://gcc.gnu.org/PR113668

Change-Id: I318a6d8004f3d76a390b87bd143b8208fad1a96d
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/560676
Reviewed-by: Ian Lance Taylor <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
  • Loading branch information
ianlancetaylor committed Feb 5, 2024
1 parent 1cb83a4 commit e15a14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libgo/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers config.h"


libtool_VERSION=22:0:0
libtool_VERSION=23:0:0


# Default to --enable-multilib
Expand Down
2 changes: 1 addition & 1 deletion libgo/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AC_INIT(package-unused, version-unused,, libgo)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_HEADER(config.h)

libtool_VERSION=22:0:0
libtool_VERSION=23:0:0
AC_SUBST(libtool_VERSION)

AM_ENABLE_MULTILIB(, ..)
Expand Down

0 comments on commit e15a14e

Please sign in to comment.