diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-17 12:47:32 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-18 17:19:47 +0100 |
commit | b3c08670f56d7c5ee85dffa1a2faa5e03d2df5a1 (patch) | |
tree | 135f7cef180c195c060b5a3d9061d81292d57828 /src/metastore.h | |
parent | 588b3e780fef14631f7ec5c369bff07efdc5e013 (diff) |
Add ability to write Format 1 metadata files
Diffstat (limited to 'src/metastore.h')
-rw-r--r-- | src/metastore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metastore.h b/src/metastore.h index 612b55b..bd79416 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -25,6 +25,7 @@ #define SIGNATURE "MeTaSt00r3" #define SIGNATURELEN 10 #define VERSION_0 "\0\0\0\0\0\0\0\0" +#define VERSION_1 "00000001" #define VERSIONLEN 8 /* Default filename */ |