Skip to content

Commit

Permalink
increasing network version. refs #12235
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 29, 2024
1 parent a49a043 commit fa07a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/common/StdDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const double INVALID_DOUBLE = std::numeric_limits<double>::max();

/// @brief (M)ajor/(M)inor version for written networks and default version for loading
typedef std::pair<int, double> MMVersion;
const MMVersion NETWORK_VERSION(1, 16);
const MMVersion NETWORK_VERSION(1, 20);

/* -------------------------------------------------------------------------
* templates for mathematical functions missing in some c++-implementations
Expand Down

1 comment on commit fa07a66

@namdre
Copy link
Contributor Author

@namdre namdre commented on fa07a66 Apr 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was meant for #12335

Please sign in to comment.