From 2980767d53aaeba5fa947b8983c2a5e1c667396b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sun, 22 Jan 2023 07:27:35 +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 a09a2ce..6adc0ca 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.14"); -const std::string kaz::LAST_VERSION_DATE ("2022-12-31"); +const std::string kaz::LAST_VERSION_NUM ("2.15"); +const std::string kaz::LAST_VERSION_DATE ("2023-01-22"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker"); #include