Skip to content

Commit

Permalink
Bump serialize version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Oct 29, 2011
1 parent 9740424 commit 4001766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Serialize.cs
Expand Up @@ -64,7 +64,7 @@ struct ObjRef {
internal static HashAlgorithm NewHash() { return new SHA256Managed(); }

static readonly string signature = "Niecza-Serialized-Module";
static readonly int version = 2;
static readonly int version = 3;

// Routines for use by serialization code
public bool CheckWriteObject(SerUnit into, object o,
Expand Down

0 comments on commit 4001766

Please sign in to comment.