cLK/lk/include/version.h
Arif Ali 98d0f46c45 Added version.h, Makefile
Added relevent version info in the rest of the code, to reference
the variable in version.h. Makefile to be able to use make
2011-05-08 02:35:18 +01:00

7 lines
91 B
C

fndef __VERSION_H
#define __VERSION_H
static const char *cLK_version = "1.4.0.1";
#endif