summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/source/lcm_version.c
blob: 8ef2ff3acc2e3e47c5323dcc45f1ae95a003888d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*******************************************************************************
 * Copyright (C) ST-Ericsson SA 2011
 * License terms: 3-clause BSD license
 ******************************************************************************/
/**
 * @addtogroup ldr_communication_serv
 * @{
 */
/**
 * var char LCM_CurrentVersion[]
 * brief ASCII string variable holding the LCM version/build time/product number..
 */

char LCM_CurrentVersion[] = "PX2";

/** @} */