Commit 6f3e0e5086fc55fdc1586cd7ba93f9024053c95a

Authored by David RENÉ
1 parent 5809b5d9

add the generator version number into the error message.

Bump with last lib version of densaku, hayamiki and Xlib
Showing 4 changed files with 4 additions and 4 deletions   Show diff stats
densaku_lib @ 31cf818459a
1   -Subproject commit b2fc12224c96cd5993f86517c7349e3ae55b85e8
  1 +Subproject commit 31cf818459a847c45bcd53453081ff8aa37ebd17
... ...
hayamiki_lib @ c7a326a8ee0
1   -Subproject commit 0f4cd29cca29ae3fb351149aa203297aac61e089
  1 +Subproject commit c7a326a8ee0afc7708905d3508d5e394fcb912f7
... ...
src/main.anubis
... ... @@ -27,7 +27,7 @@ global define One
27 27 ) =
28 28 if load_hk_generator_1_19 is
29 29 {
30   - failure then println("Hayamiki generator can't be load"),
  30 + failure then println("Hayamiki generator 1.19 can't be load"),
31 31 success(hk_gen) then forget(hk_gen.generate_model_files(the_database_description, "", true))
32 32 }.
33 33  
... ...
xlib @ 4152ce3abcd
1   -Subproject commit bbf52ca41a0f8173bea54da731144147982f2580
  1 +Subproject commit 4152ce3abcd199ad4a839b93ba7ddd483b01a4fe
... ...