Skip to content

Commit

Permalink
Temporarily modify build_visit to point to the 3.3.0 tagged release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brugger1 committed Jun 27, 2022
1 parent 79a85d3 commit 907137e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/tools/dev/scripts/build_visit
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.3.0"}
####
# Trunk:
####
export TRUNK_BUILD="yes"
export RC_BUILD="no"
export TAGGED_BUILD="no"
#export TRUNK_BUILD="yes"
#export RC_BUILD="no"
#export TAGGED_BUILD="no"

###
# RC Branch:
Expand All @@ -66,9 +66,9 @@ 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 907137e

Please sign in to comment.