summaryrefslogtreecommitdiff
path: root/lcmodule
diff options
context:
space:
mode:
authorunknown <xvsnepe@.seavus-dev2.com>2012-01-04 13:33:09 +0100
committerViktor Mladenovski <viktor.mladenovski@seavus.com>2012-05-25 14:41:30 +0200
commite80c74d2b26a3ac5e8fc818d749fdcf60181d101 (patch)
treedd0f9d89413076b1ecc6216f92024b8ee77bd5a2 /lcmodule
parentf2be658909048b1050bf66c14324cccce852a931 (diff)
Add LCD/LCM compatibility check version 2
Small changes for LCD/LCM compatibility check added. ST-Ericsson ID: 362575 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: Ic8d9b0940cc9c949aac84cea8abca4f95c992a93 Signed-off-by: unknown <xvsnepe@.seavus-dev2.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/39382 Reviewed-by: QABUILD Tested-by: Vlatko STENKOSKI Tested-by: Cvetko MLADENOVSKI <cvetko.mladenovski@seavus.com> Reviewed-by: Zoran ANCEVSKI <zoran.ancevski@seavus.com>
Diffstat (limited to 'lcmodule')
-rw-r--r--lcmodule/source/LCM.rc12
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c6
2 files changed, 9 insertions, 9 deletions
diff --git a/lcmodule/source/LCM.rc b/lcmodule/source/LCM.rc
index 862bc80..279a74c 100644
--- a/lcmodule/source/LCM.rc
+++ b/lcmodule/source/LCM.rc
@@ -13,13 +13,11 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
+// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -69,15 +67,15 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "Build date: 2011-12-26"
+ VALUE "Comments", "Build date: 2012-01-04"
VALUE "CompanyName", "STEricsson AB"
VALUE "FileDescription", "LCM Dynamic Link Library"
VALUE "FileVersion", "1, 0, 0, 1"
VALUE "InternalName", "Loader Communication Module"
VALUE "LegalCopyright", "Copyright (C) STEricsson AB 2011"
- VALUE "PrivateBuild", "Change-Id: Ia6539a7ebab97a078bc0d105b23b6a0545762194"
+ VALUE "PrivateBuild", "Change-Id: Ic8d9b0940cc9c949aac84cea8abca4f95c992a93"
VALUE "ProductName", "CXA1104507 Loader Communication Module"
- VALUE "ProductVersion", "PX4"
+ VALUE "ProductVersion", "PX5"
END
END
BLOCK "VarFileInfo"
@@ -86,7 +84,7 @@ BEGIN
END
END
-#endif // English (U.S.) resources
+#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c b/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
index bd4ebc8..2d76970 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
@@ -8,9 +8,11 @@
*/
/**
* var char LCM_CurrentVersion[]
- * brief ASCII string variable holding the LCM version/build time/product number..
+ * brief ASCII string holding the LCM version.
+ * The LCM_CurrentVersion string is compared with
+ * LCD_LCM_CompatibilityList in file LcdVersion.cpp in LCD code.
*/
-char LCM_CurrentVersion[] = "PX4";
+char LCM_CurrentVersion[] = "PX5";
/** @} */