From e3ffab669b316b47429cd7d91d66e8462013e1dd Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Tue, 6 Dec 2022 14:44:45 +0100 Subject: [PATCH] new version number (recompilation required) --- src/cpp/lqml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/lqml.cpp b/src/cpp/lqml.cpp index 458af19..5c1bf53 100644 --- a/src/cpp/lqml.cpp +++ b/src/cpp/lqml.cpp @@ -7,7 +7,7 @@ #include #include -const char LQML::version[] = "22.11.1"; // November 2022 +const char LQML::version[] = "22.12.1"; // December 2022 extern "C" void ini_LQML(cl_object);