From 3f81a69c57bd0a07e47e5228b071a67cf2ae20e9 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sun, 22 Oct 2023 01:25:10 +0000 Subject: [PATCH] mes-m2 runs, full of ugly hacks --- src/symbol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbol.c b/src/symbol.c index 9acefaee..06e2ba08 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -193,7 +193,7 @@ init_symbols () /*:((internal)) */ a = acons (cell_symbol_boot_module, cell_symbol_boot_module, a); a = acons (cell_symbol_current_module, cell_symbol_current_module, a); - a = acons (cell_symbol_mes_version, make_string0 (MES_VERSION), a); + a = acons (cell_symbol_mes_version, make_string0 ("uwu"), a); a = acons (cell_symbol_mes_datadir, make_string0 (g_datadir), a); a = acons (cell_type_bytes, make_number (TBYTES), a);