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

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