Skip to content

Commit

Permalink
minor version bump for VBEM
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Sep 3, 2015
1 parent 906f842 commit 10a70be
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.1")
set(CPACK_PACKAGE_VERSION "0.7.2")
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "7")
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 "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[] = "1";
constexpr char version[] = "0.7.1";
constexpr char patchVersion[] = "2";
constexpr char version[] = "0.7.2";
constexpr uint32_t indexVersion = 1;
}

Expand Down

0 comments on commit 10a70be

Please sign in to comment.