Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tckmn committed Jul 19, 2015
1 parent 113b952 commit e506b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/snowman.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ class Snowman {
std::string debug();
bool debugOutput;
const static int MAJOR_VERSION = 0;
const static int MINOR_VERSION = 1;
const static int PATCH_VERSION = 2;
const static int MINOR_VERSION = 2;
const static int PATCH_VERSION = 0;
};

#endif

0 comments on commit e506b4f

Please sign in to comment.