Browse Source

update version

test-skip
François 1 year ago
parent
commit
49a339bdd8
  1. 4
      src/cpp/eMailShrinker.cpp

4
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 <iostream>
#include <fstream>

Loading…
Cancel
Save