Skip to content

Commit dcdfd88

Browse files
authored
3.4.2 build_visit pin for release (#20159)
1 parent 524dfc5 commit dcdfd88

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/tools/dev/scripts/build_visit

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# To create your own modular file, see the docs at
1919
# //https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/dev_manual/CreatingABuildVisItModule.html
2020

21-
export VISIT_VERSION=${VISIT_VERSION:-"3.4.1"}
21+
export VISIT_VERSION=${VISIT_VERSION:-"3.4.2"}
2222

2323
####
2424
# Trunk:
@@ -30,17 +30,17 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.4.1"}
3030
###
3131
# RC Branch:
3232
###
33-
export TRUNK_BUILD="no"
34-
export RC_BUILD="yes"
35-
export TAGGED_BUILD="no"
33+
# export TRUNK_BUILD="no"
34+
# export RC_BUILD="yes"
35+
# export TAGGED_BUILD="no"
3636

3737

3838
###
3939
# Tagged Release:
4040
###
41-
# export TRUNK_BUILD="no"
42-
# export RC_BUILD="no"
43-
# export TAGGED_BUILD="yes"
41+
export TRUNK_BUILD="no"
42+
export RC_BUILD="no"
43+
export TAGGED_BUILD="yes"
4444

4545
export INITIAL_PWD=$PWD
4646

0 commit comments

Comments
 (0)