mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Track minimum datafile version
Add infrastructure and helper functions to track minimum datafile version. To make this information useful we need to keep the XML and git data format versions in track moving forward. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
70d4421cd0
commit
de35c88683
7 changed files with 40 additions and 10 deletions
|
@ -458,6 +458,8 @@ void MainWindow::closeCurrentFile()
|
|||
free((void *)existing_filename);
|
||||
existing_filename = NULL;
|
||||
|
||||
reset_min_datafile_version();
|
||||
|
||||
cleanUpEmpty();
|
||||
mark_divelist_changed(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue