1 /*11997*/ 2 //don't include this header, only configmanager-revision.cpp should do this. 3 #ifndef AUTOREVISION_H 4 #define AUTOREVISION_H 5 6 7 #include <wx/string.h> 8 9 namespace autorevision 10 { 11 const unsigned int svn_revision = 11997; 12 const wxString svnRevision(_T("11997")); 13 const wxString svnDate(_T("2020-03-28 13:56:24")); 14 } 15 16 17 18 #endif 19