File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
7373export INITIAL_PWD=$PWD
7474
You can’t perform that action at this time.
0 commit comments