Skip to content

Commit 8d77629

Browse files
libgo: bump libgo version for GCC 15 release
For PR go/119098 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/654477
1 parent 21ca915 commit 8d77629

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gcc/go/gofrontend/MERGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
96014b17d9a846d1d878ac4732c2baaf5ee8b2d2
1+
f5c453aa726ebb509e7b8cb20df7734f0e411404
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

Lines changed: 1 addition & 1 deletion
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=23:0:0
2614+
libtool_VERSION=24:0:0
26152615

26162616

26172617
# Default to --enable-multilib

libgo/configure.ac

Lines changed: 1 addition & 1 deletion
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=23:0:0
13+
libtool_VERSION=24:0:0
1414
AC_SUBST(libtool_VERSION)
1515

1616
AM_ENABLE_MULTILIB(, ..)

0 commit comments

Comments
 (0)