Update the version number

This commit is contained in:
hkz 2025-09-06 10:30:43 +02:00
commit e1216fa616

View file

@ -106,7 +106,7 @@ static const uint8_t instruction_box[INSTR_BOX_SIZE] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
18, 5, 1, 3, 8, 0, 0, 50, 48, 52, 56, 33,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79
79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79
};
static const uint8_t demo_box[INSTR_BOX_SIZE] = {
@ -117,7 +117,7 @@ static const uint8_t demo_box[INSTR_BOX_SIZE] = {
4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13, 15,
15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13,
13, 15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0,
79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79
79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79
};
#ifdef _DEMO_MODE_