Skip to content

Commit

Permalink
Tagging version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Jun 11, 2015
1 parent 56120af commit 125989c
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.0")
set(CPACK_PACKAGE_VERSION "0.4.1")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR 4")
set(CPACK_PACKAGE_VERSION_PATCH 0")
set(CPACK_PACKAGE_VERSION_PATCH 1")
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[] = "0";
constexpr char version[] = "0.4.0";
constexpr char patchVersion[] = "1";
constexpr char version[] = "0.4.1";
}

#endif // SALMON_CONFIG_HPP

0 comments on commit 125989c

Please sign in to comment.