From 44ba9d9f7c0cacd1c21fcb9152ffbb26e9379cf4 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Thu, 11 Jun 2015 10:33:27 +0300 Subject: [PATCH] Bump version number to 0.5.0 --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 58c6df99..df74ef2a 100644 --- a/src/global.h +++ b/src/global.h @@ -130,7 +130,7 @@ typedef int16_t coeff_t; //#define SIGN3(x) ((x) > 0) ? +1 : ((x) == 0 ? 0 : -1) #define SIGN3(x) (((x) > 0) - ((x) < 0)) -#define VERSION_STRING "0.4.0" +#define VERSION_STRING "0.5.0" //#define VERBOSE 1