Skip to content

Commit

Permalink
Updated version information and help contents
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEI-Saravanan committed Aug 7, 2015
1 parent 77091d5 commit b5d2283
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documents/4 Help_New/topics/LIN_Controller_Config.dita
Expand Up @@ -24,6 +24,7 @@
<li>ETAS ISOLAR-EVE</li>
<li>PEAK USB</li>
<li>Vector XL</li>
<li>Kvaser LIN</li>
</ol></p>
<p><b>Selecting Controller:</b></p>
<p>To select controller use LIN-&gt;Driver Selection-&gt;<i>{Driver}</i> For example to select ETAS ISOLAR EVE Driver use <b>LIN-&gt;Driver Selection-&gt;ETAS ISOLAR-EVE.</b></p>
Expand Down
6 changes: 6 additions & 0 deletions Documents/4 Help_New/topics/what_is_new.dita
Expand Up @@ -15,6 +15,12 @@
</metadata>
</prolog>
<body>
<p><b>2.6.3</b></p>
<p>Following features are added:</p>
<p><ul>
<li>Support for LIN Kvaser</li>
<li>Bug Fixes</li>
</ul></p>
<p><b>2.6.2</b></p>
<p>Following features are added:</p>
<p><ul>
Expand Down
4 changes: 4 additions & 0 deletions Installation Setup/BUSMASTER INSTALL SCRIPT.nsi
Expand Up @@ -333,6 +333,8 @@ Section "BUSMASTER"
Delete "$INSTDIR\FLEXRAY_ETAS_BOA_2.dll"
Delete "$INSTDIR\FlexRay_GIGATRONIK_flex-i.dll"
Delete "$INSTDIR\LIN_ETAS_BOA.dll"
Delete "$INSTDIR\LIN_Kvaser.dll"
Delete "$INSTDIR\linlib.dll"
Delete "$INSTDIR\TXWindowFlexRay.dll"
Delete "$INSTDIR\LIN_Vector_XL.dll"
Delete "$INSTDIR\LIN_PEAK_USB.dll"
Expand Down Expand Up @@ -458,6 +460,8 @@ Section "BUSMASTER"
File ..\Sources\BIN\Release\FLEXRAY_ETAS_BOA_2.dll
File ..\Sources\BIN\Release\FlexRay_GIGATRONIK_flex-i.dll
File ..\Sources\BIN\Release\LIN_ETAS_BOA.dll
File ..\Sources\BIN\Release\LIN_Kvaser.dll
File ..\Sources\BIN\Release\linlib.dll
File ..\Sources\BIN\Release\TXWindowFlexRay.dll
File ..\Sources\BIN\Release\Controller_0.dll
File ..\Sources\BIN\Release\Controller_1.dll
Expand Down
2 changes: 1 addition & 1 deletion Installation Setup/NSISHeaders.nsh
Expand Up @@ -31,4 +31,4 @@
!define StrStr "!insertmacro StrStr"

/* BUSMASTER Version to be updated for every release */
!define VERSION "2.6.2"
!define VERSION "2.6.3"

0 comments on commit b5d2283

Please sign in to comment.