16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00
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 "LPT.h"
#include "Logs.h" #include "Logs.h"
#include "PoKeys55.h" #include "PoKeys55.h"
#include "usefull.h"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Ra: klasa statyczna gromadząca sygnały sterujące oraz informacje zwrotne // 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 #endif
Global::asVersion = "NG"; Global::asVersion = "M7 18.01";
for (int i = 1; i < argc; ++i) for (int i = 1; i < argc; ++i)
{ {