commit | 20127bf4f41531d263da4add0340c512d1d71de1 | [log] [tgz] |
---|---|---|
author | aPiecek <piecek@cesnet.cz> | Fri Sep 10 11:24:58 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Sep 22 09:54:46 2021 +0200 |
tree | de8ccde7933081d4273204fae86e45b74b36e943 | |
parent | 3c6cf2f3f9e69c1bec0e22c773a6e07b682fa7cd [diff] [blame] |
lyb CHANGE version of LYB
diff --git a/src/lyb.h b/src/lyb.h index ec6e1af..687e760 100644 --- a/src/lyb.h +++ b/src/lyb.h
@@ -82,10 +82,10 @@ #define LYB_SIBLING_STEP 4 /* current LYB format version */ -#define LYB_VERSION_NUM 0x10 +#define LYB_VERSION_NUM 0x02 /* LYB format version mask of the header byte */ -#define LYB_VERSION_MASK 0x10 +#define LYB_VERSION_MASK 0x0F /** * LYB schema hash constants