diff --git a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf index 4f6a44ff55151bab7fc2973516dee5c722f555ca..878befa0a5b3be64758bc23060166948d854c28c 100644 Binary files a/Documentation/User Manual Source/Release Notes Vecto3.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto3.x.pdf differ diff --git a/HashingTool/Properties/Version.cs b/HashingTool/Properties/Version.cs index 920b49a1cdd33c7cc62a99be50f8189260546ef1..8ce7219823eb9cf4db394b36b4a7eca674c3cfb0 100644 --- a/HashingTool/Properties/Version.cs +++ b/HashingTool/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("0.2.0.1519")] -[assembly: AssemblyFileVersion("0.2.0.1519")] +[assembly: AssemblyVersion("0.2.0.1595")] +[assembly: AssemblyFileVersion("0.2.0.1595")] diff --git a/VECTO/VECTO.vbproj b/VECTO/VECTO.vbproj index 570c353ea57d5565cc73285b41e2f2df3780a61b..a0c416843d7495ffe074c9eda2de2929290f472a 100644 --- a/VECTO/VECTO.vbproj +++ b/VECTO/VECTO.vbproj @@ -58,7 +58,8 @@ <WarningLevel>1</WarningLevel> <UseVSHostingProcess>true</UseVSHostingProcess> <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors> - <DefineConstants>RELEASE_CANDIDATE</DefineConstants> + <DefineConstants> + </DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>None</DebugType> @@ -74,6 +75,7 @@ <Prefer32Bit>false</Prefer32Bit> <WarningLevel>1</WarningLevel> <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors> + <DefineConstants /> </PropertyGroup> <PropertyGroup> <ApplicationManifest>My Project\app.manifest</ApplicationManifest> @@ -140,7 +142,8 @@ <PlatformTarget>AnyCPU</PlatformTarget> <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <DefineConstants>RELEASE_CANDIDATE</DefineConstants> + <DefineConstants> + </DefineConstants> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|x86'"> <DefineTrace>true</DefineTrace> diff --git a/VectoCommon/VectoCommon/Properties/Version.cs b/VectoCommon/VectoCommon/Properties/Version.cs index 28d82534fb7209b18d891a923bd10a9bba04cdfb..37c8eac9d16d8d235514abda3e5cc814730fe9a8 100644 --- a/VectoCommon/VectoCommon/Properties/Version.cs +++ b/VectoCommon/VectoCommon/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.2.1519")] -[assembly: AssemblyFileVersion("3.3.2.1519")] \ No newline at end of file +[assembly: AssemblyVersion("0.1.0.1595")] +[assembly: AssemblyFileVersion("0.1.0.1595")] \ No newline at end of file diff --git a/VectoCommon/VectoHashing/Properties/Version.cs b/VectoCommon/VectoHashing/Properties/Version.cs index 89c4ee78db7e79b53a6024f62d8b0f99a86f6015..d1e4b38905912fa3a92ea662e3d5407b934a9250 100644 --- a/VectoCommon/VectoHashing/Properties/Version.cs +++ b/VectoCommon/VectoHashing/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("1.2.0.1519")] -[assembly: AssemblyFileVersion("1.2.0.1519")] +[assembly: AssemblyVersion("1.2.0.1595")] +[assembly: AssemblyFileVersion("1.2.0.1595")] diff --git a/VectoConsole/Properties/Version.cs b/VectoConsole/Properties/Version.cs index c1841db9b522a007e1daf3ed02ce5c8e2e0ffd50..0fa4946bd3cf9ad91cff5729569e2c17184a1381 100644 --- a/VectoConsole/Properties/Version.cs +++ b/VectoConsole/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.2.1519")] -[assembly: AssemblyFileVersion("3.3.2.1519")] \ No newline at end of file +[assembly: AssemblyVersion("0.1.0.1595")] +[assembly: AssemblyFileVersion("0.1.0.1595")] \ No newline at end of file diff --git a/VectoCore/VectoCore/Properties/Version.cs b/VectoCore/VectoCore/Properties/Version.cs index fc8330682ed395022e5b4adb4b09ce1fe1f25a24..ec1459622ac8386dac97ac7fd44fae547ee3eabe 100644 --- a/VectoCore/VectoCore/Properties/Version.cs +++ b/VectoCore/VectoCore/Properties/Version.cs @@ -30,5 +30,5 @@ */ using System.Reflection; -[assembly: AssemblyVersion("3.3.2.1519")] -[assembly: AssemblyFileVersion("3.3.2.1519")] +[assembly: AssemblyVersion("0.1.0.1595")] +[assembly: AssemblyFileVersion("0.1.0.1595")] diff --git a/VectoCore/VectoCore/Utils/VectoVersionCore.cs b/VectoCore/VectoCore/Utils/VectoVersionCore.cs index 06d72c618a6e67ccf1d6d71b946a0adb280fce89..65c20b4898707ed36121bd13103d94e197f38590 100644 --- a/VectoCore/VectoCore/Utils/VectoVersionCore.cs +++ b/VectoCore/VectoCore/Utils/VectoVersionCore.cs @@ -1,7 +1,7 @@ /* * This file is part of VECTO. * -* Copyright © 2012-2017 European Union +* Copyright © 2012-2019 European Union * * Developed by Graz University of Technology, * Institute of Internal Combustion Engines and Thermodynamics, @@ -47,7 +47,7 @@ namespace TUGraz.VectoCore.Utils public static string VersionNumber { get { - return "0.1.0.1468" + SUFFIX; + return "0.1.0.1595" + SUFFIX; } }