diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx index 23ada476cd2b5fb3f957295a917b8a7fd45caeef..ce38951c8a277b13bb69a362eb12b4fcf862cbf1 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pptx and b/Documentation/User Manual Source/Release Notes Vecto3.x.pptx differ diff --git a/Documentation/User Manual/6-changelog/changelog.md b/Documentation/User Manual/6-changelog/changelog.md index c50cad5248298bf1276b02bb10bd31feb874f1e1..a2a4290232cb30ab06b9a29eed39ca46d142f395 100644 --- a/Documentation/User Manual/6-changelog/changelog.md +++ b/Documentation/User Manual/6-changelog/changelog.md @@ -1,5 +1,25 @@ # Changelog +**VECTO-3.3.12** + +***Build 2769 (2022-08-01) RELEASE CANDIDATE*** + +- Improvement + * [VECTO-1584] - Hashing library uses constructor that is deprecated in newer .net versions + * [VECTO-1619] - Adaptations of XML Results in transition period + * [VECTO-1619] - Reading Engine and Tyre component according to 2nd amendment (schema version 2.3) + * [VECTO-1461] - Alignment of Steering Pump Technology and Steered Axles not checked by VECTO + * [VECTO-1571] - Help file: Vehicle defined Torque Limitations + * [VECTO-1585] - Validate component hashes in declaration mode (disabled by default) + * [VECTO-1587] - update build script to include files required for xml parameter documentation + * [VECTO-1598] - Execution time in latest official release + * [VECTO-1608] - Adaptation of Reports (MRF/CIF) for transition in official VECTO Release + +- Bugfixes + * [VECTO-1622] - Unexpected response: Response Underload in LH LowLoad + * [VECTO-1623] - Unexpected response: Response Underload in LH EMS RefLoad + + **VECTO-3.3.11** ***Build 2675 (2022-04-29) OFFICIAL RELEASE*** diff --git a/VectoCore/VectoCore/VersionNumber.t4 b/VectoCore/VectoCore/VersionNumber.t4 index 8ab684044dd119b8e1df1cdd5ef975a7fd657cd7..5905749b296903c37273eafa1170b080f5f73181 100644 --- a/VectoCore/VectoCore/VersionNumber.t4 +++ b/VectoCore/VectoCore/VersionNumber.t4 @@ -6,6 +6,6 @@ int GetBuildNumber() string GetVectoCoreVersionNumber() { - return "3.3.11." + GetBuildNumber(); + return "3.3.12." + GetBuildNumber(); } #> \ No newline at end of file