Commit d0268921f8c121b9480d8be1b58babcb577f6511

Authored by David RENÉ
1 parent e41b7b8a

generator with xlib 1.19.1

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
hk_generator.anubis
... ... @@ -15,9 +15,9 @@ public type HK_Generator_API:
15 15  
16 16  
17 17 public define Maybe(HK_Generator_API)
18   - load_hk_generator_1_19
  18 + load_hk_generator_1_19_1
19 19 =
20   - with file_name = "hk_gen_1_19.adm",
  20 + with file_name = "hk_gen_1_19_1.adm",
21 21 if (LoadAdm(HK_Generator_API))load_adm(file_name) is
22 22 {
23 23 file_not_found then print("File '"+file_name+"' not found.\n\n");failure,
... ... @@ -29,5 +29,5 @@ public define Maybe(HK_Generator_API)
29 29 wrong_type(expected,found) then print("Secondary module '"+file_name+"' has type:\n"+
30 30 found+" while primary module expected:\n"+
31 31 expected+"\n\n");failure,
32   - ok(hk_gen_api) then println("Hayamiki generator 1.19 loaded ");success(hk_gen_api)
  32 + ok(hk_gen_api) then println("Hayamiki generator 1.19.1 loaded ");success(hk_gen_api)
33 33 }.
... ...