Skip to content

Commit

Permalink
build: fix packaging when using subversion in minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 17, 2023
1 parent 232f269 commit 01df442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ VERSION
MAJORVERSION=${VERSION%%.*}
MINORVERSION=${VERSION%%-*}
MINORVERSION=${MINORVERSION#*.}
MINORVERSION=${MINORVERSION%.*}
NEXTMINOR=$((MINORVERSION+1))

# Also update SetupVersion in VBS
Expand Down

0 comments on commit 01df442

Please sign in to comment.