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

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