You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engine.Base.Compute.RecordWarning("*VERSION file found, user input used to overide: version = "+m_midasCivilVersion);
179
182
}
183
+
180
184
}
181
185
elseif(File.Exists(versionFile))
182
186
{
@@ -185,7 +189,7 @@ public bool RunCommand(Open command)
185
189
}
186
190
else
187
191
{
188
-
m_midasCivilVersion="8.8.1";
192
+
m_midasCivilVersion="9.4.0";
189
193
Engine.Base.Compute.RecordWarning("*VERSION file not found in directory and no version specified, MidasCivil version assumed default value = "+m_midasCivilVersion);
//Add any applicable constructors here, such as linking to a specific file or anything else as well as linking to that file through the (if existing) com link via the API
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ Grab the [latest installer](https://bhom.xyz/) and a selection of [sample script
26
26
## Getting Started for Developers 🤖
27
27
28
28
If you want to build the BHoM and the Toolkits from source, it's hopefully easy! 😄
29
-
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://github.com/BHoM/documentation/wiki/Getting-started-for-developers)
29
+
Do take a look at our specific wiki pages here: [Getting Started for Developers](https://bhom.xyz/documentation/Contributing/Getting-started-for-developers/)
30
30
31
31
32
32
## Want to Contribute? ##
33
33
34
-
BHoM is an open-source project and would be nothing without its community. Take a look at our contributing guidelines and tips [here](https://github.com/BHoM/BHoM/blob/master/CONTRIBUTING.md).
34
+
BHoM is an open-source project and would be nothing without its community. Take a look at our contributing guidelines and tips [here](https://github.com/BHoM/BHoM/blob/main/CONTRIBUTING.md).
35
35
36
36
37
37
## Licence ##
38
38
39
39
BHoM is free software licenced under GNU Lesser General Public Licence - [https://www.gnu.org/licenses/lgpl-3.0.html](https://www.gnu.org/licenses/lgpl-3.0.html)
40
40
Each contributor holds copyright over their respective contributions.
41
41
The project versioning (Git) records all such contribution source information.
42
-
See [LICENSE](https://github.com/BHoM/BHoM/blob/master/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/master/COPYRIGHT_HEADER.txt).
42
+
See [LICENSE](https://github.com/BHoM/BHoM/blob/main/LICENSE) and [COPYRIGHT_HEADER](https://github.com/BHoM/BHoM/blob/main/COPYRIGHT_HEADER.txt).
0 commit comments