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

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