Commit 6f3e0e5086fc55fdc1586cd7ba93f9024053c95a
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
hayamiki_lib @ c7a326a8ee0
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 | ... | ... |