diff --git a/User Manual/GUI/mainform.html b/User Manual/GUI/mainform.html index 629f1af21da52e138b026d3f08cde4a338d41576..d4b392a987d10ea3b10ec017430af40c09da6a6b 100644 --- a/User Manual/GUI/mainform.html +++ b/User Manual/GUI/mainform.html @@ -65,7 +65,7 @@ editor</li> </ul> </div> <div style="margin-left: 40px;"><br> -<img src="../pics/misc/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a>Help</span><br> +<img src="../pics/icons/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a> Help</span><br> </div> <ul> <ul> diff --git a/User Manual/pics/misc/Help-icon.png b/User Manual/pics/misc/Help-icon.png deleted file mode 100644 index 6362dc4da8f24244b81eefb5fc7123a88412d435..0000000000000000000000000000000000000000 Binary files a/User Manual/pics/misc/Help-icon.png and /dev/null differ diff --git a/User Manual/usermanual.html b/User Manual/usermanual.html index d717b006c23f5dc814df975d5b23fcd3ef0b6b9c..92f6cc268b57704f7a8c5d3e3ca18b4b7d4fdd8e 100644 --- a/User Manual/usermanual.html +++ b/User Manual/usermanual.html @@ -17,7 +17,7 @@ Manual</span><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; f <br> <span style="font-family: Verdana;"><big><big><big><span style="font-weight: bold;">User Manual</span></big></big></big> <br> -VECTO 1.3<br><br style="font-family: Verdana;"></span> +VECTO 1.3.1<br><br style="font-family: Verdana;"></span> <hr style="width: 100%; height: 2px;"><ul style="text-align: left; font-family: Tahoma; line-height: 1.7em;"> <li style="font-family: Calibri;"><a href="changelog.html"><big>Changes from previous version</big></a></li><li style="font-family: Calibri;"><big><a href="quickstart.html">Quick Start Guide</a></big></li><li style="font-family: Calibri;"><big>User Interface</big></li> diff --git a/VECTO Changelog.txt b/VECTO Changelog.txt index 6925b9f9e1f7b0387704b2adfa791f049aaa4510..28cb4b86f0ba92ca136cf391404b99847cd50fa4 100644 --- a/VECTO Changelog.txt +++ b/VECTO Changelog.txt @@ -1,7 +1,16 @@ VECTO ?.? (future release) - Gearbox Rules must be set when loading .gbx file to aviod invalid settings (e.g. AT with Skip Gears) -VECTO 1.3 (current source - next release) + + +VECTO x.x (current source - next release) + + + +VECTO 1.3.1 +- Fixed assembly information + +VECTO 1.3 - Some file-specific error messages link to files - Eco-Roll, Overspeed, Look Ahead Coasting - User Manual updated diff --git a/VECTO/My Project/AssemblyInfo.vb b/VECTO/My Project/AssemblyInfo.vb index 9deeb8d7a99ea443f91bb8d2aecb4174c3ec0abe..c6e66773e70e672edc9ea3991a9fb0db72bd43b0 100644 --- a/VECTO/My Project/AssemblyInfo.vb +++ b/VECTO/My Project/AssemblyInfo.vb @@ -9,10 +9,10 @@ Imports System.Runtime.InteropServices ' Review the values of the Assembly Attributes <Assembly: AssemblyTitle("VECTO")> -<Assembly: AssemblyDescription("")> -<Assembly: AssemblyCompany("TUG")> +<Assembly: AssemblyDescription("Vehicle Energy Consumption Calculation Tool")> +<Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("VECTO")> -<Assembly: AssemblyCopyright("Copyright © TUG 2012")> +<Assembly: AssemblyCopyright("© European Commission 2012-13")> <Assembly: AssemblyTrademark("")> <Assembly: ComVisible(False)> @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by entering "*" in them: ' <Assembly: AssemblyVersion("1.0.*")> -<Assembly: AssemblyVersion("1.0.0.0")> -<Assembly: AssemblyFileVersion("1.0.0.0")> +<Assembly: AssemblyVersion("1.3.1.0")> +<Assembly: AssemblyFileVersion("1.3.1.0")> diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb index 2e5d1d2a0723aa4229562cccf3f81c7299565922..ce051408386dc8214118d9f912d75cf94082f4ea 100644 --- a/VECTO/VECTO_Global.vb +++ b/VECTO/VECTO_Global.vb @@ -2,7 +2,7 @@ Module VECTO_Global - Public Const VECTOvers As String = "1.3" + Public Const VECTOvers As String = "1.3.1" Public MyAppPath As String Public MyConfPath As String Public MyDeclPath As String diff --git a/readme.txt b/readme.txt index 6a4a296f4b36ee204aacf96e0217fcaf05727536..94d569fff5fbb506988bf596263f0b7e1f6fc7c2 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,8 @@ -The following directories need to be provided in the application folder (e.g. ..\bin\Debug): -User Manual -Declaration [not yet] -GRAPHi (not included with the repository) \ No newline at end of file +*Before compiling you need to add a reference to vectolic.dll (provided with the VECTO release) + +*The following directories/files must be provided in the application folder (e.g. ..\bin\Release): + User Manual + User Manual\Update Notes.pdf (provided with the VECTO release) + GRAPHi (provided with the VECTO release) + vectolic.dll (should be placed there automatically when compiling) + license.dat (provided with the VECTO release or later by EC/JRC) \ No newline at end of file