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

Incremented dump magic bytes.

parent 4b7baee6
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ enum {
};
/*! \brief Magic identifier: { "knot", maj_ver, min_ver, revision } */
#define MAGIC_BYTES {'k', 'n', 'o', 't', '0', '2', 'a'}
#define MAGIC_BYTES {'k', 'n', 'o', 't', '0', '2', 'b'}
/*!
* \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