Skip to content

Commit

Permalink
Version bump for new binary release
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Dec 1, 2014
1 parent 3e98b79 commit 4267e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SalmonConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
namespace salmon {
constexpr char majorVersion[] = "0";
constexpr char minorVersion[] = "2";
constexpr char patchVersion[] = "1";
constexpr char version[] = "0.2.1";
constexpr char patchVersion[] = "2";
constexpr char version[] = "0.2.2";
}

#endif // SALMON_CONFIG_HPP

0 comments on commit 4267e78

Please sign in to comment.