Skip to content

Commit 2b8dc6e

Browse files
committed
Bump major version for trunk build
15 is the next release. Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
1 parent a857ff8 commit 2b8dc6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ elif echo "${VERSION}" | grep 'trunk'; then
105105
VERSION=trunk-$(date +%Y%m%d)
106106
URL=git://gcc.gnu.org/git/gcc.git
107107
BRANCH=master
108-
MAJOR=13
109-
MAJOR_MINOR=13-trunk
108+
MAJOR=15
109+
MAJOR_MINOR=15-trunk
110110
LANGUAGES="${LANGUAGES},go,d,rust,m2"
111111
CONFIG+=" --enable-libstdcxx-backtrace=yes"
112112
elif echo "${VERSION}" | grep 'renovated'; then

0 commit comments

Comments
 (0)