Skip to content

Commit

Permalink
Update the version in build_visit to 3.3.1. (#18159)
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 committed Sep 29, 2022
1 parent 5798d67 commit 7641fe7
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 @@ -46,7 +46,7 @@
#10. bv_<module>_is_installed check if the module is properly installed
#11. bv_<module>_is_enabled and finally check if it is enabled

export VISIT_VERSION=${VISIT_VERSION:-"3.3.0"}
export VISIT_VERSION=${VISIT_VERSION:-"3.3.1"}

####
# Trunk:
Expand All @@ -58,17 +58,17 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.3.0"}
###
# 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 7641fe7

Please sign in to comment.