Skip to content
Snippets Groups Projects
Commit 380c5f8c authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated compiled zone magic byte to reflect version change.

parent 6b21b21c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ enum {
};
/*! \brief Magic identifier: { "knot", maj_ver, min_ver, revision } */
#define MAGIC_BYTES {'k', 'n', 'o', 't', '0', '2', 'c'}
#define MAGIC_BYTES {'k', 'n', 'o', 't', '0', '8', '0'}
/*!
* \brief Dumps given zone to binary file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment