8 lines
94 B
C
8 lines
94 B
C
|
#ifndef __VERSION_H
|
||
|
#define __VERSION_H
|
||
|
|
||
|
static const char *cLK_version = "1.4.0.1";
|
||
|
|
||
|
#endif
|
||
|
|