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.
7 lines
214 B
7 lines
214 B
//
|
|
// Increase me when you update the code!
|
|
//
|
|
#define SHIMEXTS_BIN_VERSION 1,0,0,0
|
|
|
|
#define SHIMEXTS_STRING_VERSION_HELPER(x) #x
|
|
#define SHIMEXTS_STRING_VERSION(x) SHIMEXTS_STRING_VERSION_HELPER(x)
|