Move version string to top of common header

This commit is contained in:
Tom Deakin 2015-07-29 16:02:26 +01:00
parent 0bd4bbe82d
commit d463c036b1

View File

@ -3,6 +3,8 @@
#include <cstring> #include <cstring>
#include <limits> #include <limits>
#define VERSION_STRING "0.0"
extern void parseArguments(int argc, char *argv[]); extern void parseArguments(int argc, char *argv[]);
extern void listDevices(void); extern void listDevices(void);
@ -86,5 +88,3 @@ void check_solution(void* a_in, void* b_in, void* c_in)
<< std::endl; << std::endl;
} }
#define VERSION_STRING "0.0"