Increase version number.

- Also removes VERSION macro that wasn't used for anything.
This commit is contained in:
Ari Koivula 2014-02-11 17:01:18 +02:00
parent 9b9e069560
commit 9b993de79b

View file

@ -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