Increase graph version

This commit is contained in:
mittorn 2017-07-14 13:11:58 +00:00
parent 9ebfc98177
commit 4661b5c1a5

View File

@ -103,7 +103,11 @@ typedef struct
//========================================================= //=========================================================
// CGraph // CGraph
//========================================================= //=========================================================
#ifdef __amd64
#define GRAPH_VERSION (int)16 * 10
#else
#define GRAPH_VERSION (int)16// !!!increment this whever graph/node/link classes change, to obsolesce older disk files. #define GRAPH_VERSION (int)16// !!!increment this whever graph/node/link classes change, to obsolesce older disk files.
#endif
class CGraph class CGraph
{ {