Skip to content

Commit cf6ea63

Browse files
Closing version 6.20.
1 parent ee8ec43 commit cf6ea63

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

GammaRay.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ win32 {
868868
# The application version
869869
# Don't forget to update the Util::importSettingsFromPreviousVersion() method to
870870
# enable the import of registry/user settings of previous versions.
871-
VERSION = 6.18
871+
VERSION = 6.20
872872

873873
# Define a preprocessor macro so we can get the application version in application code.
874874
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If you enjoyed this project, you might also enjoy GeostatsPy: https://github.com
1515
Python script to convert Eclipse grids to Paraview-compatible VTU format: https://github.com/BinWang0213/PyGRDECL
1616

1717
VERSION HISTORY:<br>
18+
&nbsp;&nbsp;&nbsp;Version 6.20 - Contact Analysis.<br>
1819
&nbsp;&nbsp;&nbsp;Version 6.18 - MCRFSim execution in batch/unattended mode; dependencies upgrades (VTK, ITK, Boost, C++14, ...).<br>
1920
&nbsp;&nbsp;&nbsp;Version 6.17 - Transiography and MCRFSim for Bayesian approach; some fixes and improvements.<br>
2021
&nbsp;&nbsp;&nbsp;Version 6.16 - Upgrade of VTK to 9.1 and other years-old dependencies; some fixes.<br>

docs/GammaRayManual.docx

826 KB
Binary file not shown.

docs/figures.pptx

215 KB
Binary file not shown.

util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ void Util::importSettingsFromPreviousVersion()
10891089
QSettings currentSettings;
10901090
//The list of previous versions (order from latest to oldest version is advised)
10911091
QStringList previousVersions;
1092-
previousVersions << "6.17" << "6.16" << "6.14" << "6.12" << "6.9" << "6.7" << "6.6" << "6.5" << "6.3" << "6.2"
1092+
previousVersions << "6.18" << "6.17" << "6.16" << "6.14" << "6.12" << "6.9" << "6.7" << "6.6" << "6.5" << "6.3" << "6.2"
10931093
<< "6.1" << "6.0" << "5.7.1"
10941094
<< "5.7" << "5.5" << "5.3" << "5.1" << "5.0" << "4.9" << "4.7" << "4.5.1" << "4.5"
10951095
<< "4.3.3" << "4.3" << "4.0" << "3.8" << "3.6.1" << "3.6" << "3.5" << "3.2" << "3.0"

0 commit comments

Comments
 (0)