diff --git a/src/global.h b/src/global.h index e1fda1fbc..0caf7b564 100644 --- a/src/global.h +++ b/src/global.h @@ -109,8 +109,7 @@ typedef int16_t coefficient; //#define SIGN3(x) ((x) > 0) ? +1 : ((x) == 0 ? 0 : -1) #define SIGN3(x) (((x) > 0) - ((x) < 0)) -#define VERSION_STRING "0.2.3" -#define VERSION 0.2 +#define VERSION_STRING "0.2.4" //#define VERBOSE 1