Bump version number to 0.5.0

This commit is contained in:
Marko Viitanen 2015-06-11 10:33:27 +03:00
parent 30f8640380
commit 44ba9d9f7c

View file

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