diff --git a/common.h b/common.h index 864bcb6..527ca15 100644 --- a/common.h +++ b/common.h @@ -3,6 +3,8 @@ #include #include +#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" -