Skip to content

Commit

Permalink
version bump for bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Sep 6, 2015
1 parent 332ffde commit 5172146
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 (Sailfish)

set(CPACK_PACKAGE_VERSION "0.7.3")
set(CPACK_PACKAGE_VERSION "0.7.4")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "7")
set(CPACK_PACKAGE_VERSION_PATCH "3")
set(CPACK_PACKAGE_VERSION_PATCH "4")
set(CPACK_GENERATOR "TGZ")
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_PACKAGE_VENDOR "Carnegie Mellon University")
Expand Down
4 changes: 2 additions & 2 deletions include/SailfishConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
namespace sailfish {
constexpr char majorVersion[] = "0";
constexpr char minorVersion[] = "7";
constexpr char patchVersion[] = "3";
constexpr char version[] = "0.7.3";
constexpr char patchVersion[] = "4";
constexpr char version[] = "0.7.4";
constexpr uint32_t indexVersion = 1;
}

Expand Down

0 comments on commit 5172146

Please sign in to comment.