This commit is contained in:
milek7
2018-01-28 13:26:54 +01:00
parent a4d235f805
commit a593b6097f
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ http://mozilla.org/MPL/2.0/.
#include "LPT.h"
#include "Logs.h"
#include "PoKeys55.h"
#include "usefull.h"
//---------------------------------------------------------------------------
// Ra: klasa statyczna gromadząca sygnały sterujące oraz informacje zwrotne

View File

@@ -250,7 +250,7 @@ int main(int argc, char *argv[])
}
#endif
Global::asVersion = "NG";
Global::asVersion = "M7 18.01";
for (int i = 1; i < argc; ++i)
{