summaryrefslogtreecommitdiff
path: root/version/version.h
blob: a0ec590860724e0688e067da6f9b9c03a081c5f2 (plain)
1
2
3
4
5
6
#include <wx/string.h>

namespace FreeFileSync
{
    static const wxString currentVersion = wxT("1.18"); //internal linkage!
}
bgstack15