From f92a6ed1134962bd7ccdb257b073615fae4448f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 16 Apr 2026 15:59:58 +0200 Subject: [PATCH] update minor version --- src/bash/filter.sh | 2 +- src/cpp/eMailShrinker.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bash/filter.sh b/src/bash/filter.sh index c3c31d4..9e0e24c 100644 --- a/src/bash/filter.sh +++ b/src/bash/filter.sh @@ -33,7 +33,7 @@ # knowledge of the CeCILL-B license and that you accept its terms. # ########################################################################## # Kaz addon (see https://git.kaz.bzh/KAZ/depollueur for information) -# version : 2.25 (2025-05-08) +# version : 2.26 (2025-04-16) ########################################################################## # - installer l'utilitaire apg pour génération de mot de passes diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index 03ea6b0..b36b445 100644 --- a/src/cpp/eMailShrinker.cpp +++ b/src/cpp/eMailShrinker.cpp @@ -33,8 +33,8 @@ //////////////////////////////////////////////////////////////////////////// #include "version.hpp" -const std::string kaz::LAST_VERSION_NUM ("2.25"); -const std::string kaz::LAST_VERSION_DATE ("2025-05-08"); +const std::string kaz::LAST_VERSION_NUM ("2.26"); +const std::string kaz::LAST_VERSION_DATE ("2026-04-16"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include