Skip to content

Commit

Permalink
Upate build_visit to build the 3.2.2 tagged release. (#17283)
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 committed Jan 31, 2022
1 parent 69e9eb8 commit d87f11c
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 @@ -36,7 +36,7 @@
#5 bv_<module>_depends_on [not implemented yet], also may be removed in favor of xml structure
#6. bv_<module>_build builds the module

export VISIT_VERSION=${VISIT_VERSION:-"3.2.1"}
export VISIT_VERSION=${VISIT_VERSION:-"3.2.2"}

####
# Trunk:
Expand All @@ -48,17 +48,17 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.2.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 d87f11c

Please sign in to comment.