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

namespace ffs3
{
const wxString currentVersion = wxT("3.14"); //internal linkage!
}
bgstack15