Skip to content

Commit f141254

Browse files
libgo: bump libgo version for GCC 14 release
PR go/113668 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/560676
1 parent e86066a commit f141254

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gcc/go/gofrontend/MERGE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1cb83a415e86ab4de0d436d277377d8fc060cb61
1+
e15a14e410b8fc5d28012d5b313cb6c8476c7df9
22

33
The first line of this file holds the git revision number of the last
44
merge done from the gofrontend repository.

libgo/configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
26112611
ac_config_headers="$ac_config_headers config.h"
26122612

26132613

2614-
libtool_VERSION=22:0:0
2614+
libtool_VERSION=23:0:0
26152615

26162616

26172617
# Default to --enable-multilib

libgo/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_INIT(package-unused, version-unused,, libgo)
1010
AC_CONFIG_SRCDIR(Makefile.am)
1111
AC_CONFIG_HEADER(config.h)
1212

13-
libtool_VERSION=22:0:0
13+
libtool_VERSION=23:0:0
1414
AC_SUBST(libtool_VERSION)
1515

1616
AM_ENABLE_MULTILIB(, ..)

0 commit comments

Comments
 (0)