Skip to content

Commit 8e4689c

Browse files
committed
v3.x:updates for branching v3.x
Signed-off-by: Howard Pritchard <[email protected]>
1 parent c2da14d commit 8e4689c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# major, minor, and release are generally combined in the form
1414
# <major>.<minor>.<release>.
1515

16-
major=3
16+
major=4
1717
minor=0
1818
release=0
1919

contrib/build-server/openmpi-nightly-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ script_dir=$HOME/ompi/contrib/build-server
3434
# The tarballs to make
3535
if [ $# -eq 0 ] ; then
3636
# We're no longer ever checking the 1.0 - 1.8 branches anymore
37-
branches="master v1.10 v2.x v2.0.x"
37+
branches="master v1.10 v2.x v2.0.x v3.x"
3838
else
3939
branches=$@
4040
fi

0 commit comments

Comments
 (0)