From 92ca8010381360f9b2c5a4ead4fd8cc68aad6841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Sun, 29 Jun 2025 17:59:56 +0200 Subject: [PATCH] Bump version number to 24.2.1 --- src/eql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eql.cpp b/src/eql.cpp index 5b54cee..608ffc2 100644 --- a/src/eql.cpp +++ b/src/eql.cpp @@ -9,7 +9,7 @@ #include #include -const char EQL::version[] = "21.3.4"; // March 2021 +const char EQL::version[] = "24.2.1"; // February 2024 extern "C" void ini_EQL(cl_object);