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

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