Skip to content

Commit

Permalink
minor tweaks and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Apr 10, 2017
1 parent 57fcb60 commit 899fc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diff_calc.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <functional> // std::greater
#include <vector>

#define macro_round(x) std::floor(x + 0.5)
#define macro_round(x) std::floor((x) + 0.5)

// based on tom94's osu!tp aimod
// TODO: rewrite this to be less object oriented
Expand Down
2 changes: 1 addition & 1 deletion main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <ctype.h> // tolower/toupper

const char* version_string = "0.8.1";
const char* version_string = "0.8.2";

// -----------------------------------------------------------------------------

Expand Down

0 comments on commit 899fc9c

Please sign in to comment.