From 3533111a6937907e148a4ee1cb1e6039d40efe88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 23 Apr 2023 18:13:04 +0200 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 262db0d..c84f0ea 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.16"); -const std::string kaz::LAST_VERSION_DATE ("2023-01-23"); +const std::string kaz::LAST_VERSION_NUM ("2.17"); +const std::string kaz::LAST_VERSION_DATE ("2023-04-23"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include