You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
220 B
10 lines
220 B
// version.h
|
|
|
|
#define CHIP_VER 9 // 1=4200, 2=4115, 8=4200diag, 9=4115diag
|
|
#define BUILD_VER 27
|
|
#define CUST_VER1 0 // 1=casio
|
|
#define CUST_VER2 0
|
|
|
|
#define REL_VER "9, 27, 0, 0\0"
|
|
|
|
// must end in blank line
|