Skip to content

Commit

Permalink
Increase version number.
Browse files Browse the repository at this point in the history
- Also removes VERSION macro that wasn't used for anything.
  • Loading branch information
ari-koivula committed Feb 11, 2014
1 parent 9b9e069 commit 9b993de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9b993de

Please sign in to comment.