Skip to content

Commit

Permalink
Increase graph version
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Jul 14, 2017
1 parent 9ebfc98 commit 4661b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dlls/nodes.h
Expand Up @@ -103,7 +103,11 @@ typedef struct
//=========================================================
// 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.
#endif

class CGraph
{
Expand Down

0 comments on commit 4661b5c

Please sign in to comment.