File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
doc/sphinx/develop/compiling Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
Then, check out the tag of the most recent stable version:
14
14
15
15
``` bash
16
- git checkout tags/v3.0 .0
16
+ git checkout tags/v3.1 .0
17
17
git submodule update
18
18
```
19
19
@@ -49,7 +49,7 @@ Next: Configure & Build Cantera
49
49
- ** Option 1** : Check out the tag with the most recent beta release:
50
50
51
51
``` bash
52
- git checkout tags/v3.0 .0b1
52
+ git checkout tags/v3.1 .0b1
53
53
git submodule update
54
54
```
55
55
@@ -64,17 +64,17 @@ Next: Configure & Build Cantera
64
64
release of the stable version:
65
65
66
66
``` bash
67
- git checkout 3.0
67
+ git checkout 3.1
68
68
git submodule update
69
69
```
70
70
71
- This branch has all the work on the 3.0 .x version of the software.
71
+ This branch has all the work on the 3.1 .x version of the software.
72
72
73
- If you've already checked out the 3.0 branch, you can get the latest updates from the
73
+ If you've already checked out the 3.1 branch, you can get the latest updates from the
74
74
main Cantera repository and synchronize your local repository by running:
75
75
76
76
``` bash
77
- git checkout 3.0
77
+ git checkout 3.1
78
78
git fetch --all
79
79
git pull --ff-only
80
80
```
You can’t perform that action at this time.
0 commit comments