diff options
author | Jakob Unterwurzacher | 2015-11-02 23:09:14 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-02 23:10:11 +0100 |
commit | 66db3ad086692d249bdf8e14921760f7a460bb99 (patch) | |
tree | 8114bf34958dc0acd0eb32725ceca883ab814964 | |
parent | 0ec17c3939ea89b353d9419da591a75fe44df6a2 (diff) |
Bump on-disk version to 2
-rw-r--r-- | cryptfs/file_header.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/file_header.go b/cryptfs/file_header.go index e16cbab..fe4ac56 100644 --- a/cryptfs/file_header.go +++ b/cryptfs/file_header.go @@ -10,7 +10,7 @@ import ( ) const ( - HEADER_CURRENT_VERSION = 1 // Current on-disk-format version + HEADER_CURRENT_VERSION = 2 // Current on-disk-format version HEADER_VERSION_LEN = 2 // uint16 HEADER_ID_LEN = 16 // 128 bit random file id HEADER_LEN = HEADER_VERSION_LEN + HEADER_ID_LEN // Total header length |