File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4545export INITIAL_PWD=$PWD
4646
You can’t perform that action at this time.
0 commit comments