Skip to content

Commit

Permalink
Bump release to v0.4.2 for salmon-aln bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Jun 14, 2015
1 parent 3c797d1 commit c66367a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ enable_testing()

project (Salmon)

set(CPACK_PACKAGE_VERSION "0.4.1")
set(CPACK_PACKAGE_VERSION "0.4.2")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR 4")
set(CPACK_PACKAGE_VERSION_PATCH 1")
set(CPACK_PACKAGE_VERSION_PATCH 2")
set(CPACK_GENERATOR "TGZ")
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_PACKAGE_VENDOR Stony Brook University")
Expand Down
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[] = "4";
constexpr char patchVersion[] = "1";
constexpr char version[] = "0.4.1";
constexpr char patchVersion[] = "2";
constexpr char version[] = "0.4.2";
}

#endif // SALMON_CONFIG_HPP

0 comments on commit c66367a

Please sign in to comment.