Skip to content

Commit 7641fe7

Browse files
authored
Update the version in build_visit to 3.3.1. (#18159)
1 parent 5798d67 commit 7641fe7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/tools/dev/scripts/build_visit

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#10. bv_<module>_is_installed check if the module is properly installed
4747
#11. bv_<module>_is_enabled and finally check if it is enabled
4848

49-
export VISIT_VERSION=${VISIT_VERSION:-"3.3.0"}
49+
export VISIT_VERSION=${VISIT_VERSION:-"3.3.1"}
5050

5151
####
5252
# Trunk:
@@ -58,17 +58,17 @@ export VISIT_VERSION=${VISIT_VERSION:-"3.3.0"}
5858
###
5959
# RC Branch:
6060
###
61-
export TRUNK_BUILD="no"
62-
export RC_BUILD="yes"
63-
export TAGGED_BUILD="no"
61+
#export TRUNK_BUILD="no"
62+
#export RC_BUILD="yes"
63+
#export TAGGED_BUILD="no"
6464

6565

6666
###
6767
# Tagged Release:
6868
###
69-
#export TRUNK_BUILD="no"
70-
#export RC_BUILD="no"
71-
#export TAGGED_BUILD="yes"
69+
export TRUNK_BUILD="no"
70+
export RC_BUILD="no"
71+
export TAGGED_BUILD="yes"
7272

7373
export INITIAL_PWD=$PWD
7474

0 commit comments

Comments
 (0)