diff --git a/hayamiki_web_controller.aproj b/hayamiki_web_controller.aproj
index 8a219b9..93ac39a 100644
--- a/hayamiki_web_controller.aproj
+++ b/hayamiki_web_controller.aproj
@@ -605,6 +605,7 @@
+
diff --git a/src/generation/files.anubis b/src/generation/files.anubis
index e580d5b..9c11b52 100644
--- a/src/generation/files.anubis
+++ b/src/generation/files.anubis
@@ -315,6 +315,6 @@ define Maybe(One)
global define HK_Generator_API
- hk_gen_1_19 =
+ hk_gen_1_19_1 =
hk_api(generate_model_files).
diff --git a/src/main.anubis b/src/main.anubis
index 28cf919..dfeba50 100644
--- a/src/main.anubis
+++ b/src/main.anubis
@@ -21,13 +21,13 @@ read model.3.0.0.anubis
read system/muscle.anubis
global define One
- hayamiki_1_19_test
+ hayamiki_1_19_1_test
(
List(String) args
) =
- if load_hk_generator_1_19 is
+ if load_hk_generator_1_19_1 is
{
- failure then println("Hayamiki generator 1.19 can't be load"),
+ failure then println("Hayamiki generator 1.19.1 can't be load"),
success(hk_gen) then forget(hk_gen.generate_model_files(the_database_description, "D:\Documents and Settings\david\Mes documents\my_anubis\hk_test", true))
}.
diff --git a/src/web_controller/hayamiki_plugin.anubis b/src/web_controller/hayamiki_plugin.anubis
index edc7e6b..5ea9e45 100644
--- a/src/web_controller/hayamiki_plugin.anubis
+++ b/src/web_controller/hayamiki_plugin.anubis
@@ -30,9 +30,9 @@ define Maybe(HTML_Partial_Content)
.
global define WEB_Plugin
- hayamiki_web_plugin_1_19_lib
+ hayamiki_web_plugin_1_19_1_lib
=
- println("hayamiki_web_plugin_1_19_lib; entry");
+ println("hayamiki_web_plugin_1_19_1_lib; entry");
register_loggers(logTrace, logTrace);
web_plugin(
"HAYAMIKI",
diff --git a/xlib b/xlib
index e655c6c..8dc2722 160000
--- a/xlib
+++ b/xlib
@@ -1 +1 @@
-Subproject commit e655c6cad304774dd9f80ffcefcbf15303aa4436
+Subproject commit 8dc2722080f03b131df853f46f91cce64b65b1cd
--
libgit2 0.21.4