commit 1644ff67d322620d4b2ebc20bedcb8d3c46b6e18
parent fdb3772c72c56294c6fae3324f854ab120078108
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Thu, 21 Oct 2021 11:33:22 +0200
Change input file's required version number (following stardis)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/green-input.c b/src/green-input.c
@@ -65,7 +65,7 @@ read_green_function
unsigned i;
char* pool_ptr;
const char expected_green_string[] = "GREEN_BIN_FILE:";
- const unsigned expected_file_fmt_version = 2;
+ const unsigned expected_file_fmt_version = 3;
char green_string[sizeof(expected_green_string)];
unsigned file_fmt_version;