Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 33b625cf authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

Pull request #903: Bugfix saving VECTO Job (vehicle): use file version 9 to...

Pull request #903: Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag

Merge in VECTO/vecto-sim from VECTO/mq_vecto-sim:bugfix/VECTO-1635-reading-writing-the-adas-parameter-atecorollreleaselockupclutch-does-not-work to develop

* commit '106abe91':
  Bugfix saving VECTO Job (vehicle): use file version 9 to correctly write/read APTEcoRoll flag
parents d9ad3dee 106abe91
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public class JSONFileWriter : IOutputFileWriter
public const int GearboxFormatVersion = 6;
public const int VehicleFormatVersion = 8;
public const int VehicleFormatVersion = 9;
//public const int BusVehicleFormatVersion = 9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment