Skip to content

Commit

Permalink
Bump version of star catalogs to avoid possible mixture the data (sho…
Browse files Browse the repository at this point in the history
…uld fix #4090)
  • Loading branch information
alex-w committed Jan 19, 2025
1 parent 0f3eed4 commit e8901ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/modules/StarMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static QStringList objtype_array;
// This number must be incremented each time the content or file format of the stars catalogs change
// It can also be incremented when the defaultStarsConfig.json file change.
// It should always match the version field of the defaultStarsConfig.json file
static const int StarCatalogFormatVersion = 18;
static const int StarCatalogFormatVersion = 19;

// Initialise statics
bool StarMgr::flagSciNames = true;
Expand Down
2 changes: 1 addition & 1 deletion stars/hip_gaia3/defaultStarsConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 18,
"version": 19,
"hipSpectralFile": "stars_hip_sp_0v0_6.cat",
"objecttypesFile": "object_types_v0_1.cat",
"catalogs":
Expand Down

0 comments on commit e8901ca

Please sign in to comment.