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

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