From d463c036b1fedfb8d65943e3e0e0eb8702e0fa61 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 29 Jul 2015 16:02:26 +0100 Subject: [PATCH] Move version string to top of common header --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -