rollup commit
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
int cole_major_version = 2;
|
||||
int cole_minor_version = 0;
|
||||
int cole_micro_version = 2;
|
||||
char * cole_version = "2.0.2";
|
||||
|
||||
#ifndef COMPILER
|
||||
#error Define the COMPILER macro
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_SUB(s) #s
|
||||
#define STRINGIFY(s) STRINGIFY_SUB(s)
|
||||
char * cole_host_info = STRINGIFY(COMPILER) ": i686, Microsoft, Win32";
|
||||
int cole_major_version = 2;
|
||||
int cole_minor_version = 0;
|
||||
int cole_micro_version = 2;
|
||||
char * cole_version = "2.0.2";
|
||||
|
||||
#ifndef COMPILER
|
||||
#error Define the COMPILER macro
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_SUB(s) #s
|
||||
#define STRINGIFY(s) STRINGIFY_SUB(s)
|
||||
char * cole_host_info = STRINGIFY(COMPILER) ": i686, Microsoft, Win32";
|
||||
|
||||
Reference in New Issue
Block a user