Skip to content

Commit

Permalink
Bump major version for trunk build
Browse files Browse the repository at this point in the history
15 is the next release.

Signed-off-by: Marc Poulhiès <[email protected]>
  • Loading branch information
dkm committed Dec 3, 2024
1 parent a857ff8 commit 2b8dc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ elif echo "${VERSION}" | grep 'trunk'; then
VERSION=trunk-$(date +%Y%m%d)
URL=git://gcc.gnu.org/git/gcc.git
BRANCH=master
MAJOR=13
MAJOR_MINOR=13-trunk
MAJOR=15
MAJOR_MINOR=15-trunk
LANGUAGES="${LANGUAGES},go,d,rust,m2"
CONFIG+=" --enable-libstdcxx-backtrace=yes"
elif echo "${VERSION}" | grep 'renovated'; then
Expand Down

0 comments on commit 2b8dc6e

Please sign in to comment.