From 9b993de79ba2102800ba2e2dfa31b3434c7670e4 Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Tue, 11 Feb 2014 17:01:18 +0200 Subject: [PATCH] Increase version number. - Also removes VERSION macro that wasn't used for anything. --- src/global.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/global.h b/src/global.h index e1fda1fb..0caf7b56 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