Skip to content

Commit

Permalink
3.4.2 build_visit pin for release (#20159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush authored Dec 20, 2024
1 parent 524dfc5 commit dcdfd88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/tools/dev/scripts/build_visit
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# To create your own modular file, see the docs at
# //https://visit-sphinx-github-user-manual.readthedocs.io/en/develop/dev_manual/CreatingABuildVisItModule.html

export VISIT_VERSION=${VISIT_VERSION:-"3.4.1"}
export VISIT_VERSION=${VISIT_VERSION:-"3.4.2"}

####
# Trunk:
Expand All @@ -30,17 +30,17 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.4.1"}
###
# RC Branch:
###
export TRUNK_BUILD="no"
export RC_BUILD="yes"
export TAGGED_BUILD="no"
# export TRUNK_BUILD="no"
# export RC_BUILD="yes"
# export TAGGED_BUILD="no"


###
# Tagged Release:
###
# export TRUNK_BUILD="no"
# export RC_BUILD="no"
# export TAGGED_BUILD="yes"
export TRUNK_BUILD="no"
export RC_BUILD="no"
export TAGGED_BUILD="yes"

export INITIAL_PWD=$PWD

Expand Down

0 comments on commit dcdfd88

Please sign in to comment.