mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
bump encoding version to match dev
This commit is contained in:
@@ -52,7 +52,7 @@ typedef int64_t RDI_S64;
|
|||||||
|
|
||||||
// "raddbg\0\0"
|
// "raddbg\0\0"
|
||||||
#define RDI_MAGIC_CONSTANT 0x0000676264646172
|
#define RDI_MAGIC_CONSTANT 0x0000676264646172
|
||||||
#define RDI_ENCODING_VERSION 10
|
#define RDI_ENCODING_VERSION 11
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
//~ Format Types & Functions
|
//~ Format Types & Functions
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
"";
|
"";
|
||||||
"// \"raddbg\\0\\0\"";
|
"// \"raddbg\\0\\0\"";
|
||||||
"#define RDI_MAGIC_CONSTANT 0x0000676264646172";
|
"#define RDI_MAGIC_CONSTANT 0x0000676264646172";
|
||||||
"#define RDI_ENCODING_VERSION 10";
|
"#define RDI_ENCODING_VERSION 11";
|
||||||
"";
|
"";
|
||||||
"////////////////////////////////////////////////////////////////";
|
"////////////////////////////////////////////////////////////////";
|
||||||
"//~ Format Types & Functions";
|
"//~ Format Types & Functions";
|
||||||
|
|||||||
Reference in New Issue
Block a user