This website requires JavaScript.
Explore
Help
Sign In
android
/
cLK
Watch
1
Star
0
Fork
0
You've already forked cLK
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
versioning
cLK
/
lk
/
include
/
version.h
7 lines
93 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
fixed issue on version.h
2011-05-08 01:49:24 +00:00
#
ifndef __VERSION_H
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 01:35:18 +00:00
#
define __VERSION_H
static
const
char
*
cLK_version
=
"
1.4.0.1
"
;
#
endif
Reference in New Issue
Copy Permalink