fix version

This commit is contained in:
François 2023-01-01 00:08:54 +01:00
parent e3bbc5ddde
commit fc0455e7a8

View File

@ -33,8 +33,8 @@
////////////////////////////////////////////////////////////////////////////
#include "version.hpp"
const std::string kaz::LAST_VERSION_NUM ("2.13");
const std::string kaz::LAST_VERSION_DATE ("2022-12-28");
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 (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");
#include <iostream>