Skip to content

Commit 03e4f52

Browse files
Paulo CarvalhoPaulo Carvalho
authored andcommitted
Closing version 6.16.
1 parent ed5c84a commit 03e4f52

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

GammaRay.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ win32 {
824824
# The application version
825825
# Don't forget to update the Util::importSettingsFromPreviousVersion() method to
826826
# enable the import of registry/user settings of previous versions.
827-
VERSION = 6.14
827+
VERSION = 6.16
828828

829829
# Define a preprocessor macro so we can get the application version in application code.
830830
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.16 - Upgrade of VTK to 9.1 and other years-old dependencies; some fixes.<br>
1819
&nbsp;&nbsp;&nbsp;Version 6.14 - Several improvements mainly involving the 3D Viewer and dataset processing.<br>
1920
&nbsp;&nbsp;&nbsp;Version 6.12 - Several new methods to work with grids. Several fixes and enhancements.<br>
2021
&nbsp;&nbsp;&nbsp;Version 6.9 - Export geologic grids as Eclipse grids, multiple other new features, enhancements and fixes.<br>

docs/GammaRayManual.docx

974 Bytes
Binary file not shown.

util.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,8 @@ void Util::importSettingsFromPreviousVersion()
10681068
QSettings currentSettings;
10691069
//The list of previous versions (order from latest to oldest version is advised)
10701070
QStringList previousVersions;
1071-
previousVersions << "6.12" << "6.9" << "6.7" << "6.6" << "6.5" << "6.3" << "6.2" << "6.1" << "6.0" << "5.7.1"
1071+
previousVersions << "6.14" << "6.12" << "6.9" << "6.7" << "6.6" << "6.5" << "6.3" << "6.2" << "6.1"
1072+
<< "6.0" << "5.7.1"
10721073
<< "5.7" << "5.5" << "5.3" << "5.1" << "5.0" << "4.9" << "4.7" << "4.5.1" << "4.5"
10731074
<< "4.3.3" << "4.3" << "4.0" << "3.8" << "3.6.1" << "3.6" << "3.5" << "3.2" << "3.0"
10741075
<< "2.7.2" << "2.7.1" << "2.7" << "2.5.1" << "2.5" << "2.4" << "2.3" << "2.2" << "2.1"

0 commit comments

Comments
 (0)