From 3b46c1121f2e5da0378cfd04450e52a64a4b724d Mon Sep 17 00:00:00 2001 From: Stefan Reitshamer Date: Tue, 10 Apr 2012 20:29:19 -0400 Subject: [PATCH] changed CURRENT_COMMIT_VERSION to 7 --- Commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commit.h b/Commit.h index fa57e37..6c898a4 100644 --- a/Commit.h +++ b/Commit.h @@ -11,7 +11,7 @@ #import "BufferedInputStream.h" @class BlobKey; -#define CURRENT_COMMIT_VERSION 5 +#define CURRENT_COMMIT_VERSION 7 @interface Commit : NSObject { int commitVersion;