diff options
Diffstat (limited to 'src/burn/engine/inc/engine.h')
-rw-r--r-- | src/burn/engine/inc/engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/burn/engine/inc/engine.h b/src/burn/engine/inc/engine.h index b80b4213..9b29dd84 100644 --- a/src/burn/engine/inc/engine.h +++ b/src/burn/engine/inc/engine.h | |||
@@ -9,6 +9,8 @@ | |||
9 | #define BURN_SECTION_MAGIC 0x00f14300 | 9 | #define BURN_SECTION_MAGIC 0x00f14300 |
10 | #define BURN_SECTION_VERSION 0x00000002 | 10 | #define BURN_SECTION_VERSION 0x00000002 |
11 | 11 | ||
12 | // This needs to be incremented whenever a breaking change is made to the Burn protocol. | ||
13 | #define BURN_PROTOCOL_VERSION 1 | ||
12 | 14 | ||
13 | #if defined(__cplusplus) | 15 | #if defined(__cplusplus) |
14 | extern "C" { | 16 | extern "C" { |