From 49a339bdd81c1ba257e30f5c98ca09b007e775ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 17 Dec 2022 08:59:10 +0100 Subject: [PATCH] update version --- src/cpp/eMailShrinker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index bec687c..29c7204 100644 --- a/src/cpp/eMailShrinker.cpp +++ b/src/cpp/eMailShrinker.cpp @@ -34,8 +34,8 @@ #include "version.hpp" const std::string kaz::LAST_VERSION_NUM ("2.6"); -const std::string kaz::LAST_VERSION_DATE ("2022-12-09"); -const std::string kaz::LAST_VERSION (LAST_VERSION+" "+LAST_VERSION_DATE+" eMailShrinker"); +const std::string kaz::LAST_VERSION_DATE ("2022-12-17"); +const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include #include