Move version string to top of common header
This commit is contained in:
parent
0bd4bbe82d
commit
d463c036b1
4
common.h
4
common.h
@ -3,6 +3,8 @@
|
||||
#include <cstring>
|
||||
#include <limits>
|
||||
|
||||
#define VERSION_STRING "0.0"
|
||||
|
||||
extern void parseArguments(int argc, char *argv[]);
|
||||
|
||||
extern void listDevices(void);
|
||||
@ -86,5 +88,3 @@ void check_solution(void* a_in, void* b_in, void* c_in)
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
#define VERSION_STRING "0.0"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user