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

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