From b5d2283d30eaebddf979f329b7ff55c463f19f0e Mon Sep 17 00:00:00 2001
From: saravanan
Date: Fri, 7 Aug 2015 15:40:42 +0530
Subject: [PATCH] Updated version information and help contents
---
Documents/4 Help_New/topics/LIN_Controller_Config.dita | 1 +
Documents/4 Help_New/topics/what_is_new.dita | 6 ++++++
Installation Setup/BUSMASTER INSTALL SCRIPT.nsi | 4 ++++
Installation Setup/NSISHeaders.nsh | 2 +-
4 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/Documents/4 Help_New/topics/LIN_Controller_Config.dita b/Documents/4 Help_New/topics/LIN_Controller_Config.dita
index c1dcefa20..ccdb18aa7 100644
--- a/Documents/4 Help_New/topics/LIN_Controller_Config.dita
+++ b/Documents/4 Help_New/topics/LIN_Controller_Config.dita
@@ -24,6 +24,7 @@
ETAS ISOLAR-EVE
PEAK USB
Vector XL
+ Kvaser LIN
Selecting Controller:
To select controller use LIN->Driver Selection->{Driver} For example to select ETAS ISOLAR EVE Driver use LIN->Driver Selection->ETAS ISOLAR-EVE.
diff --git a/Documents/4 Help_New/topics/what_is_new.dita b/Documents/4 Help_New/topics/what_is_new.dita
index 2c4a0639e..4c09d61d0 100644
--- a/Documents/4 Help_New/topics/what_is_new.dita
+++ b/Documents/4 Help_New/topics/what_is_new.dita
@@ -15,6 +15,12 @@
+ 2.6.3
+ Following features are added:
+
+ - Support for LIN Kvaser
+ - Bug Fixes
+
2.6.2
Following features are added:
diff --git a/Installation Setup/BUSMASTER INSTALL SCRIPT.nsi b/Installation Setup/BUSMASTER INSTALL SCRIPT.nsi
index 2421f17d3..78cc00d40 100644
--- a/Installation Setup/BUSMASTER INSTALL SCRIPT.nsi
+++ b/Installation Setup/BUSMASTER INSTALL SCRIPT.nsi
@@ -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"
@@ -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
diff --git a/Installation Setup/NSISHeaders.nsh b/Installation Setup/NSISHeaders.nsh
index b34b907f7..6719364d8 100644
--- a/Installation Setup/NSISHeaders.nsh
+++ b/Installation Setup/NSISHeaders.nsh
@@ -31,4 +31,4 @@
!define StrStr "!insertmacro StrStr"
/* BUSMASTER Version to be updated for every release */
-!define VERSION "2.6.2"
\ No newline at end of file
+!define VERSION "2.6.3"
\ No newline at end of file